Legend:
- Unmodified
- Added
- Removed
-
main.cpp
r29 r42 11 11 QApplication::setOrganizationName("lowblogprojects"); 12 12 13 if (!QSystemTrayIcon::isSystemTrayAvailable()) {14 QMessageBox::critical(0, QObject::tr("Systray"),15 QObject::tr("I couldn't detect any system tray on this system."));16 return 1;17 }18 19 13 MainWindow w; 20 14 w.show();
Note: See TracChangeset
for help on using the changeset viewer.
