diff options
Diffstat (limited to 'src/ui/dialog/import_export/KeyServerImportDialog.cpp')
-rw-r--r-- | src/ui/dialog/import_export/KeyServerImportDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/import_export/KeyServerImportDialog.cpp b/src/ui/dialog/import_export/KeyServerImportDialog.cpp index ad80f1a1..37ca5a3d 100644 --- a/src/ui/dialog/import_export/KeyServerImportDialog.cpp +++ b/src/ui/dialog/import_export/KeyServerImportDialog.cpp @@ -408,7 +408,7 @@ void KeyServerImportDialog::SlotImport(QStringList key_ids, void KeyServerImportDialog::slot_import_finished( int channel, bool success, QString err_msg, QByteArray buffer, - std::shared_ptr<GpgImportInformation> info) { + QSharedPointer<GpgImportInformation> info) { set_loading(false); if (!success) { |