- Timestamp:
- 04/04/13 16:39:39 (10 years ago)
- Branches:
- master, qt5
- Children:
- 3a09de6
- Parents:
- b261e79
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.cpp
rb261e79 r097e1f4 227 227 /* 228 228 systemTrayIcon->show(); 229 qDebug() << systemTrayIcon->geometry(); // gets moved to the correct location only at second usage 229 qDebug() << systemTrayIcon->geometry(); // gets moved to the correct location only at second usage. at least under X11/awesome, not on Win32/XP 230 230 systemTrayIcon->showMessage("title", "message", QSystemTrayIcon::Information, 1000); 231 231 QApplication::alert(this);
Note: See TracChangeset
for help on using the changeset viewer.