Changeset 36
- Timestamp:
- 01/06/08 16:24:58 (4 years ago)
- File:
-
- 1 edited
-
gui/main_window.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gui/main_window.cpp
r35 r36 82 82 }*/ 83 83 84 void MainWindow::closeEvent(QCloseEvent *event) 84 void MainWindow::closeEvent(QCloseEvent *event) 85 85 { 86 86 if (trayIcon->isVisible()) { … … 113 113 114 114 connect(trayIcon, SIGNAL(activated(QSystemTrayIcon::ActivationReason)), this, SLOT(trayIconClicked(QSystemTrayIcon::ActivationReason))); 115 115 116 116 //Setup Menu 117 117 trayIconMenu = new QMenu(this); … … 124 124 trayIcon->setContextMenu(trayIconMenu); 125 125 trayIcon->setIcon(icon); 126 trayIcon->setToolTip("QtMPC"); 126 127 } 127 128
Note: See TracChangeset
for help on using the changeset viewer.
