aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/import_export/KeyUploadDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/import_export/KeyUploadDialog.cpp')
-rw-r--r--src/ui/import_export/KeyUploadDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/import_export/KeyUploadDialog.cpp b/src/ui/import_export/KeyUploadDialog.cpp
index ebb7e565..db12a9ac 100644
--- a/src/ui/import_export/KeyUploadDialog.cpp
+++ b/src/ui/import_export/KeyUploadDialog.cpp
@@ -109,7 +109,7 @@ void KeyUploadDialog::slot_upload_key_to_server(
// Send Post Data
QNetworkReply* reply = qnam->post(request, postData);
- connect(reply, SIGNAL(finished()), this, SLOT(slot_upload_finished()));
+ connect(reply, &QNetworkReply::finished, this, &KeyUploadDialog::slot_upload_finished);
// Keep Waiting
while (reply->isRunning()) {