diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-28 16:45:09 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-09-28 16:45:09 +0000 |
| commit | 01235bdb7777c63c2c65ee6dd00081e640ae7dbe (patch) | |
| tree | 66d5b8def8c1611fef1646035123ac52a6dae496 /src/ui/mainwindow.h | |
| parent | d26eba2fad30b2bf23135d0e9b203fdee2a935b5 (diff) | |
| download | qmmp-01235bdb7777c63c2c65ee6dd00081e640ae7dbe.tar.gz qmmp-01235bdb7777c63c2c65ee6dd00081e640ae7dbe.tar.bz2 qmmp-01235bdb7777c63c2c65ee6dd00081e640ae7dbe.zip | |
volume tracking
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@569 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.h')
| -rw-r--r-- | src/ui/mainwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h index 515ab685c..0f7890460 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -93,8 +93,6 @@ protected: virtual void keyPressEvent ( QKeyEvent* ); private slots: - //void showOutputState(const OutputState&); - //void showDecoderState(const DecoderState&); void showState(Qmmp::State state); void showMetaData(); void changeTitle(const QString&); @@ -105,7 +103,6 @@ private slots: void updateEQ(); void forward(); void backward(); - //void trayActivated(QSystemTrayIcon::ActivationReason); void about(); void handleCloseRequest(); |
