// 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();