┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/viewproperties.cpp
diff options
context:
space:
mode:
authorLukáš Tinkl <[email protected]>2014-10-26 19:02:03 +0100
committerLukáš Tinkl <[email protected]>2014-10-26 19:02:03 +0100
commit5ed011357c42170805a4e20ec6526e79f8a0ea39 (patch)
treeb57d876498c5305f21d23057f7bffb2f1a9fd883 /src/views/viewproperties.cpp
parentfa988586bc923b33497cbc97aaac07fc93a4ca83 (diff)
don't save view_properties in ~/.local/share/dolphindolphin
looks like writableLocation() already includes the app name
Diffstat (limited to 'src/views/viewproperties.cpp')
-rw-r--r--src/views/viewproperties.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/viewproperties.cpp b/src/views/viewproperties.cpp
index 018f42d2b..5eb5d23fd 100644
--- a/src/views/viewproperties.cpp
+++ b/src/views/viewproperties.cpp
@@ -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;
}