diff options
Diffstat (limited to 'src/ui/UserInterfaceUtils.h')
-rw-r--r-- | src/ui/UserInterfaceUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h index 9f79cec2..fe912fcf 100644 --- a/src/ui/UserInterfaceUtils.h +++ b/src/ui/UserInterfaceUtils.h @@ -278,7 +278,7 @@ class CommonUtils : public QWidget { */ void slot_update_key_from_server_finished( int channel, bool, QString, QByteArray, - std::shared_ptr<GpgImportInformation>); + QSharedPointer<GpgImportInformation>); private: static QScopedPointer<CommonUtils> instance; ///< |