aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/general.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-07-03 09:41:52 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-07-03 09:41:52 +0000
commitd184b2acecd3a7437ca78a163411d50f6935e55f (patch)
treec7d83a08b0f9d13d83ddbfaef4bb44363a16d17f /src/qmmpui/general.h
parent1763b5effcfba6dd51f805c5948c9108f7c97348 (diff)
downloadqmmp-d184b2acecd3a7437ca78a163411d50f6935e55f.tar.gz
qmmp-d184b2acecd3a7437ca78a163411d50f6935e55f.tar.bz2
qmmp-d184b2acecd3a7437ca78a163411d50f6935e55f.zip
renamed GeneralHandler
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2260 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/general.h')
-rw-r--r--src/qmmpui/general.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/qmmpui/general.h b/src/qmmpui/general.h
index 4c80c3de1..96d69b72a 100644
--- a/src/qmmpui/general.h
+++ b/src/qmmpui/general.h
@@ -61,21 +61,6 @@ public:
*/
static bool isEnabled(GeneralFactory* factory);
-signals:
- /*!
- * Emitted when exit() slot is called.
- */
- void exitCalled();
- /*!
- * Emitted when toggleVisibility() slot is called.
- */
- void toggleVisibilityCalled();
-
-public slots:
- /*!
- * Tells the player to exit.
- */
- void exit();
private:
QMap <uint, QString> m_strValues;