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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qmmpui/generalhandler.h b/src/qmmpui/generalhandler.h
index 308a0a694..657eb2e82 100644
--- a/src/qmmpui/generalhandler.h
+++ b/src/qmmpui/generalhandler.h
@@ -39,7 +39,8 @@ public:
~GeneralHandler();
void setSongInfo(const SongInfo &info);
- void updateConfig();
+ void setEnabled(GeneralFactory* factory, bool enable);
+ void showSettings(GeneralFactory* factory, QWidget* parentWidget);
static GeneralHandler* instance();
signals:
@@ -59,7 +60,7 @@ private slots:
private:
void connectSignals(General*);
- QList <General*> m_generals;
+ QMap <GeneralFactory*, General*> m_generals;
SongInfo m_songInfo;
uint m_state;
static GeneralHandler* m_instance;