summaryrefslogtreecommitdiffstats
path: root/helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'helper.cpp')
-rw-r--r--helper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.cpp b/helper.cpp
index fa96939..30c8eb2 100644
--- a/helper.cpp
+++ b/helper.cpp
@@ -131,7 +131,7 @@ namespace Helper {
QString homeDir = QStandardPaths::locate(QStandardPaths::HomeLocation, QString(), QStandardPaths::LocateDirectory);
QDir d(homeDir);
if(d.mkdir(".shemovcleaner")){
- retval = QString("%1/%2").arg(homeDir).arg(".shemovcleaner");
+ retval = QString("%1/%2").arg(homeDir, ".shemovcleaner");
}
}
return retval;