diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-11-28 21:19:59 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-11-28 21:19:59 +0000 |
| commit | 910c5067e8d7ae22b3fde6bd483391314de1ba16 (patch) | |
| tree | af57d00445efa54a4992ad1609cf71f59cdf9494 /src/qmmpui/generalhandler.h | |
| parent | 26724c66d4764a77ca653ce6c0a1573e9e97e97c (diff) | |
| download | qmmp-910c5067e8d7ae22b3fde6bd483391314de1ba16.tar.gz qmmp-910c5067e8d7ae22b3fde6bd483391314de1ba16.tar.bz2 qmmp-910c5067e8d7ae22b3fde6bd483391314de1ba16.zip | |
general api changes, removed unused code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@647 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/generalhandler.h')
| -rw-r--r-- | src/qmmpui/generalhandler.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/qmmpui/generalhandler.h b/src/qmmpui/generalhandler.h index 710e817a1..7a1eb3502 100644 --- a/src/qmmpui/generalhandler.h +++ b/src/qmmpui/generalhandler.h @@ -39,10 +39,6 @@ public: ~GeneralHandler(); - /*void setSongInfo(const SongInfo &info); - void setVolume(int left, int right); - void setTime(int time);*/ - void setEnabled(GeneralFactory* factory, bool enable); void showSettings(GeneralFactory* factory, QWidget* parentWidget); bool visibilityControl(); @@ -51,29 +47,11 @@ public: signals: void playCalled(); - /*void pauseCalled(); - void stopCalled(); - void nextCalled(); - void previousCalled(); - void seekCalled(int);*/ void exitCalled(); void toggleVisibilityCalled(); - //void volumeChanged(int left, int right); - -/*public slots: - void setState(uint state);*/ - -/*private slots: - void processCommand(uint command);*/ private: - void connectSignals(General*); QMap <GeneralFactory*, General*> m_generals; - //SongInfo m_songInfo; - //Control* m_control; - //int m_time; - //uint m_state; - //int m_left, m_right; CommandLineManager *m_commandLineManager; static GeneralHandler* m_instance; }; |
