aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyUploadDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/KeyUploadDialog.h')
-rw-r--r--src/ui/KeyUploadDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyUploadDialog.h b/src/ui/KeyUploadDialog.h
index b57440d4..bf7533cb 100644
--- a/src/ui/KeyUploadDialog.h
+++ b/src/ui/KeyUploadDialog.h
@@ -41,7 +41,7 @@ class KeyUploadDialog : public QDialog {
private slots:
- void uploadKeyToServer(GpgFrontend::ByteArrayPtr keys_data);
+ void uploadKeyToServer(const GpgFrontend::ByteArray& keys_data);
void slotUploadFinished();