summaryrefslogtreecommitdiff
path: root/src/profilesdialog.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-01-05 20:00:16 -0600
committerSilarn <jrim@rimpo.org>2019-01-05 20:00:16 -0600
commite35cdd6c89ea27dfb8f3ea1f918192514617a64d (patch)
treef35f50185df88c5104ca6c47133d07b2254202a3 /src/profilesdialog.cpp
parent15e47114175d7dd86cd6e774aff1d7872e87a647 (diff)
parentf2c145b2fc9d6ffce838398e06f7aa583d05887d (diff)
Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2
Diffstat (limited to 'src/profilesdialog.cpp')
-rw-r--r--src/profilesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profilesdialog.cpp b/src/profilesdialog.cpp
index 17844357..f9ea655f 100644
--- a/src/profilesdialog.cpp
+++ b/src/profilesdialog.cpp
@@ -214,7 +214,7 @@ void ProfilesDialog::on_removeProfileButton_clicked()
delete item;
}
if (!shellDelete(QStringList(profilePath))) {
- qWarning("Failed to shell-delete \"%s\" (errorcode %lu), trying regular delete", qPrintable(profilePath), ::GetLastError());
+ qWarning("Failed to shell-delete \"%s\" (errorcode %lu), trying regular delete", qUtf8Printable(profilePath), ::GetLastError());
if (!removeDir(profilePath)) {
qWarning("regular delete failed too");
}