Changeset 38 for gui/main_window.cpp
- Timestamp:
- 01/06/08 16:48:00 (4 years ago)
- File:
-
- 1 edited
-
gui/main_window.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gui/main_window.cpp
r37 r38 9 9 MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) 10 10 { 11 QSettings settings;12 11 setupUi(this); 13 12 … … 67 66 connect(libraryTreeView, SIGNAL(activated(const QModelIndex &)), this, SLOT(libraryItemActivated(const QModelIndex &))); 68 67 connect(addToPlaylistPushButton, SIGNAL(clicked(bool)), this, SLOT(addToPlaylistButtonActivated())); 68 connect(action_Quit, SIGNAL(triggered()), qApp, SLOT(quit())); 69 69 70 70 // Timer
Note: See TracChangeset
for help on using the changeset viewer.
