summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
fa98858)
looks like writableLocation() already includes the app name
QString ViewProperties::destinationDir(const QString& subDir) const
{
QString path = QStandardPaths::writableLocation(QStandardPaths::DataLocation);
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;
}
path.append("/view_properties/").append(subDir);
return path;
}