From 26e900705f9c00b0775be0910fd0ae056328d550 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 3 Jul 2011 11:13:48 +0000 Subject: some api changes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2261 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/uihelper.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/qmmpui/uihelper.h') diff --git a/src/qmmpui/uihelper.h b/src/qmmpui/uihelper.h index a44fd22f7..efc623bb7 100644 --- a/src/qmmpui/uihelper.h +++ b/src/qmmpui/uihelper.h @@ -56,18 +56,6 @@ public: TOOLS_MENU = 0, /*!< tools menu */ PLAYLIST_MENU /*!< playlist context menu */ }; - /*! - * Sets whether the general plugin is enabled. - * @param factory General plugin factory. - * @param enable Plugin enable state (\b true - enable, \b false - disable) - */ - void setEnabled(GeneralFactory* factory, bool enable); - /*! - * Shows configuration dialog and updates settings automatically. - * @param factory General plugin factory. - * @param parentWidget Parent widget. - */ - void showSettings(GeneralFactory* factory, QWidget* parentWidget); /*! * Returns \b true if one of the general plugin can change visibility, otherwise returns \b false */ -- cgit v1.2.3-13-gbd6f