diff options
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(); |
