diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-19 20:36:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-19 20:36:22 +0000 |
| commit | bfe01d737226a5034010bc3db19b99c46d062387 (patch) | |
| tree | 4bd14e119bdc0c7e744c9ada593244bbe47145e4 /src/ui/mainwindow.h | |
| parent | 1ed6c3a1639d2b3b7bab15bbe6b31a7c81f5ad9e (diff) | |
| download | qmmp-bfe01d737226a5034010bc3db19b99c46d062387.tar.gz qmmp-bfe01d737226a5034010bc3db19b99c46d062387.tar.bz2 qmmp-bfe01d737226a5034010bc3db19b99c46d062387.zip | |
added 'about' button
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1633 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.h')
| -rw-r--r-- | src/ui/mainwindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h index 0fefc57b2..dd3bd2beb 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -81,8 +81,8 @@ public slots: void loadPlaylist(); void savePlaylist(); - void setFileList(const QStringList&); + void about(); protected: virtual void closeEvent (QCloseEvent *); @@ -96,7 +96,6 @@ private slots: void updateEQ(); void forward(); void backward(); - void about(); void handleCloseRequest(); private: |
