don't save view_properties in ~/.local/share/dolphindolphin

looks like writableLocation() already includes the app name
This commit is contained in:
Lukáš Tinkl 2014-10-26 19:02:03 +01:00
parent fa988586bc
commit 5ed011357c

View file

@ -379,7 +379,6 @@ bool ViewProperties::exist() const
QString ViewProperties::destinationDir(const QString& subDir) const
{
QString path = QStandardPaths::writableLocation(QStandardPaths::DataLocation);
path.append(KGlobal::mainComponent().componentName());
path.append("/view_properties/").append(subDir);
return path;
}