Changeset 34 for gui/main_window.cpp


Ignore:
Timestamp:
01/06/08 15:08:05 (4 years ago)
Author:
roeland
Message:

Also provide Icon for main window and all childrens now!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_window.cpp

    r33 r34  
    1414    slidingVolume = false; 
    1515 
    16     //Tray Icon stuf 
     16    //Icon 
     17    icon = QIcon("images/icon.svg"); 
     18    this->setWindowIcon(icon); 
     19 
     20    //Tray stuf 
    1721    setupTrayIcon(); 
    1822    if (settings.value("systemtray").toBool()) { 
     
    114118    trayIconMenu->addAction(quitAction); 
    115119 
    116     //Setup Icon 
    117     QIcon icon("images/icon.svg");   
    118      
    119120    //Mix it 
    120121    trayIcon = new QSystemTrayIcon(this); 
Note: See TracChangeset for help on using the changeset viewer.