aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/generalhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/generalhandler.h')
-rw-r--r--src/qmmpui/generalhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmpui/generalhandler.h b/src/qmmpui/generalhandler.h
index 73386ac0a..5e99bff80 100644
--- a/src/qmmpui/generalhandler.h
+++ b/src/qmmpui/generalhandler.h
@@ -69,6 +69,9 @@ signals:
void exitCalled();
void toggleVisibilityCalled();
+private slots:
+ void removeAction(QObject *action);
+
private:
QMap <GeneralFactory*, General*> m_generals;
CommandLineManager *m_commandLineManager;