diff options
author | Saturneric <[email protected]> | 2021-11-28 04:35:01 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-11-28 04:35:01 +0000 |
commit | b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060 (patch) | |
tree | 7dffd4f4e6684d078616d88999590b95e8a56410 /src/ui/KeyMgmt.h | |
parent | UI Framework Modified. (diff) | |
download | GpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.tar.gz GpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.zip |
Can be compiled with minimal UI support.
Diffstat (limited to '')
-rwxr-xr-x | src/ui/KeyMgmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyMgmt.h b/src/ui/KeyMgmt.h index deddb4f7..a0a4bb72 100755 --- a/src/ui/KeyMgmt.h +++ b/src/ui/KeyMgmt.h @@ -57,7 +57,7 @@ class KeyMgmt : public QMainWindow { void slotImportKeyFromKeyServer(); - void slotImportKeys(GpgFrontend::ByteArrayPtr in_buffer); + void slotImportKeys(const std::string& in_buffer); void slotExportKeyToFile(); |