diff options
Diffstat (limited to 'src/ui/dialog/import_export/KeyServerImportDialog.h')
-rw-r--r-- | src/ui/dialog/import_export/KeyServerImportDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/import_export/KeyServerImportDialog.h b/src/ui/dialog/import_export/KeyServerImportDialog.h index 25c55c3e..529cd9fc 100644 --- a/src/ui/dialog/import_export/KeyServerImportDialog.h +++ b/src/ui/dialog/import_export/KeyServerImportDialog.h @@ -99,7 +99,7 @@ class KeyServerImportDialog : public GeneralDialog { */ void slot_import_finished(int channel, bool success, QString err_msg, QByteArray buffer, - std::shared_ptr<GpgImportInformation> info); + QSharedPointer<GpgImportInformation> info); /** * @brief |