diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-13 17:13:32 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-13 17:13:32 +0000 |
| commit | 623485b2c143d736656134750c8004c437cd6d68 (patch) | |
| tree | a7598a8337fc9f3565d3544c07a0539d03ae3afb /src/qmmpui/qmmpuiplugincache_p.h | |
| parent | d26972aaac0fa0ec67b9958a79eff90e09d3df30 (diff) | |
| download | qmmp-623485b2c143d736656134750c8004c437cd6d68.tar.gz qmmp-623485b2c143d736656134750c8004c437cd6d68.tar.bz2 qmmp-623485b2c143d736656134750c8004c437cd6d68.zip | |
added cache for ui plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3465 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpuiplugincache_p.h')
| -rw-r--r-- | src/qmmpui/qmmpuiplugincache_p.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmpui/qmmpuiplugincache_p.h b/src/qmmpui/qmmpuiplugincache_p.h index c5e3186f6..1a4be8918 100644 --- a/src/qmmpui/qmmpuiplugincache_p.h +++ b/src/qmmpui/qmmpuiplugincache_p.h @@ -26,6 +26,7 @@ #include <QSettings> class GeneralFactory; +class UiFactory; /*! @internal * @author Ilya Kotov <forkotov02@hotmail.ru> @@ -41,6 +42,7 @@ public: bool hasError() const; GeneralFactory *generalFactory(); + UiFactory *uiFactory(); static void cleanup(QSettings *settings); @@ -51,6 +53,7 @@ private: bool m_error; QObject *m_instance; GeneralFactory *m_generalFactory; + UiFactory *m_uiFactory; int m_priority; }; |
