From 85fc110188f451c53814f4a747983baa2469b8a7 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Sun, 12 Jan 2014 15:54:55 +0100 Subject: [PATCH] rename plugins cache --- src/core/plugins/plugincontainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/plugins/plugincontainer.h b/src/core/plugins/plugincontainer.h index b4b34a1..425f378 100644 --- a/src/core/plugins/plugincontainer.h +++ b/src/core/plugins/plugincontainer.h @@ -62,7 +62,7 @@ private: static QSettings *_cache = NULL; if(_cache == NULL) { - _cache = new QSettings("SnoreNotify","libsnore"); + _cache = new QSettings("SnoreNotify","libsnore-plugin-cache"); QCryptographicHash h(QCryptographicHash::Md5); h.addData(SnoreCorePrivate::pluginDir().absolutePath().toLatin1()); _cache->beginGroup( h.result().toHex());