Changeset 34
- Timestamp:
- 01/06/08 15:08:05 (4 years ago)
- Location:
- gui
- Files:
-
- 2 edited
-
main_window.cpp (modified) (2 diffs)
-
main_window.h (modified) (1 diff)
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); -
gui/main_window.h
r31 r34 34 34 QSortFilterProxyModel libraryProxyModel; 35 35 bool slidingVolume; 36 QIcon icon; 36 37 37 38 void setupTrayIcon();
Note: See TracChangeset
for help on using the changeset viewer.
