rename plugins cache

This commit is contained in:
Patrick von Reth 2014-01-12 15:54:55 +01:00
parent fddc6d1777
commit 85fc110188
1 changed files with 1 additions and 1 deletions

View File

@ -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());