diff options
Diffstat (limited to 'src/qmmpui/generalhandler.h')
| -rw-r--r-- | src/qmmpui/generalhandler.h | 8 |
1 files changed, 0 insertions, 8 deletions
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 <forkotov02@hotmail.ru> @@ -75,12 +74,6 @@ public: */ 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. * @param action Pointer of action. @@ -124,7 +117,6 @@ private slots: private: QMap <GeneralFactory*, General*> m_generals; - CommandLineManager *m_commandLineManager; QList <QAction*> m_toolsActions; QList <QAction*> m_playlistActions; QPointer<QMenu> m_toolsMenu; |
