aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/generalhandler.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-09-18 16:50:38 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-09-18 16:50:38 +0000
commit5717444b38b4f45ad185bbc6ea81cdb141befb8c (patch)
tree9ab1fdb4070f7dab49ce5da8b8cf07b79c508eb4 /src/qmmpui/generalhandler.h
parent42aa3971c31736f04f668f84884c05f4dad793bd (diff)
downloadqmmp-5717444b38b4f45ad185bbc6ea81cdb141befb8c.tar.gz
qmmp-5717444b38b4f45ad185bbc6ea81cdb141befb8c.tar.bz2
qmmp-5717444b38b4f45ad185bbc6ea81cdb141befb8c.zip
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
Diffstat (limited to 'src/qmmpui/generalhandler.h')
-rw-r--r--src/qmmpui/generalhandler.h8
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;