aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/system/plugin.h')
-rw-r--r--src/modules/system/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/system/plugin.h b/src/modules/system/plugin.h
index 43229ab76..0ff3c9baa 100644
--- a/src/modules/system/plugin.h
+++ b/src/modules/system/plugin.h
@@ -53,7 +53,7 @@ public:
bool unload();
bool canunload();
int call(const QString& szFunctionName, int argc, char * argv[], char ** pBuffer);
- QString name();
+ QString name() const;
void setName(const QString& szName);
protected:
};