summaryrefslogtreecommitdiffstats
path: root/src/client/toolbar/toolbar.cpp
diff options
context:
space:
mode:
authorChristian Klinger2016-09-27 16:28:16 +0200
committerChristian Klinger2016-09-27 16:28:16 +0200
commit72f9827be5d4bbf692f126c06e3277cf23a5a551 (patch)
tree2bc3660531dbf99bebedd047fcba533257475e21 /src/client/toolbar/toolbar.cpp
parentimproved option parsing. (diff)
downloadpvs2-72f9827be5d4bbf692f126c06e3277cf23a5a551.tar.gz
pvs2-72f9827be5d4bbf692f126c06e3277cf23a5a551.tar.xz
pvs2-72f9827be5d4bbf692f126c06e3277cf23a5a551.zip
reduced noise in the output (old debug messages...)
Diffstat (limited to 'src/client/toolbar/toolbar.cpp')
-rw-r--r--src/client/toolbar/toolbar.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 54a5a77..da27fd5 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -130,8 +130,6 @@ void Toolbar::init()
const QDesktopWidget desktop;
const QRect primaryScreen = desktop.screenGeometry();
move(primaryScreen.left() + (primaryScreen.width() - this->width())/2 , primaryScreen.top());
- qDebug() << primaryScreen.left() << primaryScreen.top() << primaryScreen.right() << primaryScreen.bottom();
-
/* Setup hide timer */
_hideTimer.setInterval(500);
@@ -243,7 +241,6 @@ bool Toolbar::isManagerPc(){
foreach (const QHostAddress &address, QNetworkInterface::allAddresses()) {
QString ip = conf.value("ip").toString();
if (address.toString() == mgrIP) {
- qDebug() << "this pc could be a manager of room " << roomName << "because this address is " << address;
return true;
}
}
@@ -296,7 +293,6 @@ QList<Room> Toolbar::myRooms() {
}
/* sort */
qStableSort(myRooms.begin(), myRooms.end(), qGreater<Room>());
- qDebug() << "myRooms() = " << myRooms;
return myRooms;
}
/** Identifies the responsible manager for this client by searching through the