From: gregor herrmann Date: Thu, 4 Apr 2013 14:39:39 +0000 (+0000) Subject: extend comment re systrayicon position X-Git-Tag: 0.6.0~17 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/097e1f4724e08827c4905a539f8045c1aefd5673 extend comment re systrayicon position --- diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 8b57535..6ab972c 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -226,7 +226,7 @@ void MainWindow::onAlarmTimerTimeout() { // TODO: Show Message if an alarm is set on an event that's starting soon and delete the corresponding alarm. /* systemTrayIcon->show(); - qDebug() << systemTrayIcon->geometry(); // gets moved to the correct location only at second usage + qDebug() << systemTrayIcon->geometry(); // gets moved to the correct location only at second usage. at least under X11/awesome, not on Win32/XP systemTrayIcon->showMessage("title", "message", QSystemTrayIcon::Information, 1000); QApplication::alert(this); QApplication::beep();