From 1630ef0a7aec4869281257efc1735a555f581774 Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Wed, 1 Jun 2016 13:00:00 +0200 Subject: small UI improvement. --- src/server/mainwindow/mainwindow.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/server/mainwindow/mainwindow.cpp') diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp index 28bf268..9a3bd76 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -315,7 +315,6 @@ ConnectionFrame* MainWindow::createFrame(QString computerId, QPoint pxCoord, QPo { // Allocate and resize const Room* room = Global::getCurrentRoom(); - qDebug() << "createFrame, access room: " << room; int width = getTileWidthPx() * (room == NULL ? 1 : room->clientSize.width()); int height = getTileHeightPx() * (room == NULL ? 1 : room->clientSize.height()); @@ -647,14 +646,12 @@ void MainWindow::resizeEvent(QResizeEvent* e) void MainWindow::lockContextButtons() { - qDebug() << "LOCK"; for (auto it = _contextButtons.begin(); it != _contextButtons.end(); ++it) { (*it)->setEnabled(false); } } void MainWindow::unlockContextButtons() { - qDebug() << "UNLOCK"; for (auto it = _contextButtons.begin(); it != _contextButtons.end(); ++it) { (*it)->setEnabled(true); } -- cgit v1.2.3-55-g7522