rename plugins cache
This commit is contained in:
parent
fddc6d1777
commit
85fc110188
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue