summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/organizercore.cpp')
-rw-r--r--src/organizercore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp
index 550f61d4..d01aab96 100644
--- a/src/organizercore.cpp
+++ b/src/organizercore.cpp
@@ -758,7 +758,7 @@ void OrganizerCore::setPersistent(const QString &pluginName, const QString &key,
m_Settings.plugins().setPersistent(pluginName, key, value, sync);
}
-QString OrganizerCore::pluginDataPath() const
+QString OrganizerCore::pluginDataPath()
{
return qApp->applicationDirPath() + "/" + ToQString(AppConfig::pluginPath())
+ "/data";