From 5717444b38b4f45ad185bbc6ea81cdb141befb8c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 18 Sep 2010 16:50:38 +0000 Subject: added --status and --nowplaying command line option (Closes issue 266) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1893 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/generalhandler.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/qmmpui/generalhandler.h') diff --git a/src/qmmpui/generalhandler.h b/src/qmmpui/generalhandler.h index 5d2e9cef0..f7dcff968 100644 --- a/src/qmmpui/generalhandler.h +++ b/src/qmmpui/generalhandler.h @@ -32,7 +32,6 @@ class QWidget; class General; class Control; class GeneralFactory; -class CommandLineManager; /*! @brief The GeneralHandler class provides simple api to access general and command line plugins. * @author Ilya Kotov @@ -74,12 +73,6 @@ public: * Returns \b true if one of the general plugin can change visibility, otherwise returns \b false */ bool visibilityControl(); - /*! - * Executes command by command line plugins - * @param opt_str Command line option string - * @param args Command arguments - */ - void executeCommand(const QString &opt_str, const QStringList &args = QStringList()); /*! * Adds the newly created action to the menu with type \b type. * Menu with type \b type should be created first. @@ -124,7 +117,6 @@ private slots: private: QMap m_generals; - CommandLineManager *m_commandLineManager; QList m_toolsActions; QList m_playlistActions; QPointer m_toolsMenu; -- cgit v1.2.3-13-gbd6f