aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyUploadDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-11-28 04:35:01 +0000
committerSaturneric <[email protected]>2021-11-28 04:35:01 +0000
commitb5b3ba7b1dc52a8dbae2a3a6970b44ede827f060 (patch)
tree7dffd4f4e6684d078616d88999590b95e8a56410 /src/ui/KeyUploadDialog.h
parentUI Framework Modified. (diff)
downloadGpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.tar.gz
GpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.zip
Can be compiled with minimal UI support.
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();