Changeset 42 for main.cpp


Ignore:
Timestamp:
01/07/08 16:25:46 (4 years ago)
Author:
roeland
Message:

Trayicon popup menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main.cpp

    r29 r42  
    1111    QApplication::setOrganizationName("lowblogprojects"); 
    1212 
    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  
    1913    MainWindow w; 
    2014    w.show(); 
Note: See TracChangeset for help on using the changeset viewer.