aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/generalhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/generalhandler.h')
-rw-r--r--src/qmmpui/generalhandler.h22
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;
};