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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qmmpui/generalhandler.h b/src/qmmpui/generalhandler.h
index 0fb57c0de..a238e639c 100644
--- a/src/qmmpui/generalhandler.h
+++ b/src/qmmpui/generalhandler.h
@@ -27,6 +27,7 @@
class General;
class Control;
class GeneralFactory;
+class CommandLineManager;
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
@@ -46,6 +47,7 @@ public:
void setEnabled(GeneralFactory* factory, bool enable);
void showSettings(GeneralFactory* factory, QWidget* parentWidget);
bool visibilityControl();
+ void executeCommand(const QString &opt_str);
static GeneralHandler* instance();
signals:
@@ -73,8 +75,8 @@ private:
int m_time;
uint m_state;
int m_left, m_right;
+ CommandLineManager *m_commandLineManager;
static GeneralHandler* m_instance;
-
};
#endif