diff options
Diffstat (limited to 'src/ui/thread/KeyServerImportTask.h')
-rw-r--r-- | src/ui/thread/KeyServerImportTask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/thread/KeyServerImportTask.h b/src/ui/thread/KeyServerImportTask.h index 4e98a43a..84501ff1 100644 --- a/src/ui/thread/KeyServerImportTask.h +++ b/src/ui/thread/KeyServerImportTask.h @@ -65,7 +65,7 @@ class KeyServerImportTask : public Thread::Task { * @param result */ void SignalKeyServerImportResult(int, bool, QString, QByteArray, - std::shared_ptr<GpgImportInformation>); + QSharedPointer<GpgImportInformation>); private slots: |