From 1763b5effcfba6dd51f805c5948c9108f7c97348 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 2 Jul 2011 11:58:53 +0000 Subject: fixed command line option, removed unused code git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2259 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/generalhandler.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/qmmpui/generalhandler.cpp') diff --git a/src/qmmpui/generalhandler.cpp b/src/qmmpui/generalhandler.cpp index 2a163b0c1..5494b4d22 100644 --- a/src/qmmpui/generalhandler.cpp +++ b/src/qmmpui/generalhandler.cpp @@ -163,6 +163,11 @@ QMenu *GeneralHandler::createMenu(MenuType type, const QString &title, QWidget * return 0; } +void GeneralHandler::toggleVisibility() +{ + emit toggleVisibilityCalled(); +} + GeneralHandler* GeneralHandler::instance() { return m_instance; -- cgit v1.2.3-13-gbd6f