From dbe1c2bb4eda63205b744411ddcaf12d5d6436fb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 31 Jan 2010 21:57:58 +0000 Subject: optimized settings dialog git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1533 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/general.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/qmmpui/general.h') diff --git a/src/qmmpui/general.h b/src/qmmpui/general.h index 244d02114..8ead65b37 100644 --- a/src/qmmpui/general.h +++ b/src/qmmpui/general.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2009 by Ilya Kotov * + * Copyright (C) 2008-2010 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -44,11 +44,11 @@ public: /*! * Returns a list of the loaded general plugin factories. */ - static QList *generalFactories(); + static QList *factories(); /*! * Returns a list of the loaded general plugin files. */ - static QStringList generalFiles(); + static QStringList files(); /*! * Sets whether the general plugin is enabled. * @param factory General plugin factory. @@ -84,6 +84,9 @@ public slots: private: QMap m_strValues; QMap m_numValues; + static QList *m_factories; + static QStringList m_files; + static void checkFactories(); }; #endif -- cgit v1.2.3-13-gbd6f