Changeset 38 for gui/main_window.cpp


Ignore:
Timestamp:
01/06/08 16:48:00 (4 years ago)
Author:
roeland
Message:

Quiting works trough file->quit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_window.cpp

    r37 r38  
    99MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) 
    1010{ 
    11     QSettings settings; 
    1211    setupUi(this); 
    1312 
     
    6766    connect(libraryTreeView, SIGNAL(activated(const QModelIndex &)), this, SLOT(libraryItemActivated(const QModelIndex &))); 
    6867    connect(addToPlaylistPushButton, SIGNAL(clicked(bool)), this, SLOT(addToPlaylistButtonActivated())); 
     68    connect(action_Quit, SIGNAL(triggered()), qApp, SLOT(quit())); 
    6969 
    7070    // Timer 
Note: See TracChangeset for help on using the changeset viewer.