summaryrefslogtreecommitdiff
path: root/src/profilesdialog.cpp
diff options
context:
space:
mode:
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 1f644a2f..9955ecd2 100644
--- a/src/profilesdialog.cpp
+++ b/src/profilesdialog.cpp
@@ -179,7 +179,7 @@ void ProfilesDialog::on_removeProfileButton_clicked()
if (item != NULL) {
delete item;
}
- shellDelete(QStringList(profilePath), NULL);
+ shellDelete(QStringList(profilePath));
}
}