fix sync settings call

This commit is contained in:
Patrick von Reth 2015-07-29 16:14:49 +02:00
parent 1bee396e03
commit e555d36e56
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ void SnoreCorePrivate::setLocalSttingsPrefix(const QString &prefix)
{
m_localSettingsPrefix = prefix;
init();
QMetaObject::invokeMethod(this, "slotSyncSettings", Qt::QueuedConnection);
syncSettings();
}
QString SnoreCorePrivate::tempPath()