core: Store docset storage path in portable version (fixes #609)

This commit is contained in:
Oleg Shparber 2016-10-14 01:27:28 -04:00
parent 042b0bb5b6
commit 6cb63ee8f0

View File

@ -163,11 +163,9 @@ void Settings::save()
settings->setValue(QStringLiteral("password"), proxyPassword);
settings->endGroup();
#ifndef PORTABLE_BUILD
settings->beginGroup(GroupDocsets);
settings->setValue(QStringLiteral("path"), docsetPath);
settings->endGroup();
#endif
settings->beginGroup(GroupState);
settings->setValue(QStringLiteral("window_geometry"), windowGeometry);