diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-06-01 17:10:55 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-06-01 17:10:55 +0000 |
| commit | e3c013c70396242bd813e50af78d35923ea7eb62 (patch) | |
| tree | 0369d4d91223016a9010c108c519b0d0175f569c /src/qmmpui/general.h | |
| parent | d3e0097f6500791d72690ad20091ccfc2bab4d31 (diff) | |
| download | qmmp-e3c013c70396242bd813e50af78d35923ea7eb62.tar.gz qmmp-e3c013c70396242bd813e50af78d35923ea7eb62.tar.bz2 qmmp-e3c013c70396242bd813e50af78d35923ea7eb62.zip | |
improved plugin api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8892 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/general.h')
| -rw-r--r-- | src/qmmpui/general.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/general.h b/src/qmmpui/general.h index 1cedd2c30..660d8e7ba 100644 --- a/src/qmmpui/general.h +++ b/src/qmmpui/general.h @@ -51,7 +51,7 @@ public: * Returns plugin file path. * @param factory General plugin factory. */ - static QString file(GeneralFactory *factory); + static QString file(const GeneralFactory *factory); /*! * Sets whether the general plugin is enabled. * @param factory General plugin factory. @@ -68,7 +68,7 @@ public: * Returns \b true if general plugin is enabled, otherwise returns \b false * @param factory General plugin factory. */ - static bool isEnabled(GeneralFactory* factory); + static bool isEnabled(const GeneralFactory* factory); private: static void loadPlugins(); |
