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/KeyServerImportDialog.h | |
parent | UI Framework Modified. (diff) | |
download | GpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.tar.gz GpgFrontend-b5b3ba7b1dc52a8dbae2a3a6970b44ede827f060.zip |
Can be compiled with minimal UI support.
Diffstat (limited to 'src/ui/KeyServerImportDialog.h')
-rw-r--r-- | src/ui/KeyServerImportDialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/KeyServerImportDialog.h b/src/ui/KeyServerImportDialog.h index 615a77c6..061329b4 100644 --- a/src/ui/KeyServerImportDialog.h +++ b/src/ui/KeyServerImportDialog.h @@ -22,8 +22,8 @@ * */ -#ifndef __KEYSERVERIMPORTDIALOG_H__ -#define __KEYSERVERIMPORTDIALOG_H__ +#ifndef __KEY_SERVER_IMPORT_DIALOG_H__ +#define __KEY_SERVER_IMPORT_DIALOG_H__ #include "KeyImportDetailDialog.h" #include "gpg/GpgContext.h" @@ -40,7 +40,7 @@ class KeyServerImportDialog : public QDialog { KeyServerImportDialog(QWidget* parent); - void slotImport(const QStringList& keyIds); + void slotImport(const KeyIdArgsListPtr& keys); void slotImport(const QStringList& keyIds, const QUrl& keyserverUrl); @@ -91,4 +91,4 @@ class KeyServerImportDialog : public QDialog { } // namespace GpgFrontend::UI -#endif // __KEYSERVERIMPORTDIALOG_H__ +#endif // __KEY_SERVER_IMPORT_DIALOG_H__ |