From 05881204465655b9657891cddb195e37dd5dd020 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 11 Jun 2008 13:03:47 +0000 Subject: enabled command line plugins support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@401 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/generalhandler.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/qmmpui/generalhandler.h') 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 @@ -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 -- cgit v1.2.3-13-gbd6f