Changeset 34 for gui/main_window.cpp
- Timestamp:
- 01/06/08 15:08:05 (4 years ago)
- File:
-
- 1 edited
-
gui/main_window.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gui/main_window.cpp
r33 r34 14 14 slidingVolume = false; 15 15 16 //Tray Icon stuf 16 //Icon 17 icon = QIcon("images/icon.svg"); 18 this->setWindowIcon(icon); 19 20 //Tray stuf 17 21 setupTrayIcon(); 18 22 if (settings.value("systemtray").toBool()) { … … 114 118 trayIconMenu->addAction(quitAction); 115 119 116 //Setup Icon117 QIcon icon("images/icon.svg");118 119 120 //Mix it 120 121 trayIcon = new QSystemTrayIcon(this);
Note: See TracChangeset
for help on using the changeset viewer.
