diff options
Diffstat (limited to 'src/ui/UserInterfaceUtils.cpp')
-rw-r--r-- | src/ui/UserInterfaceUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/UserInterfaceUtils.cpp b/src/ui/UserInterfaceUtils.cpp index 7cae0648..8d277ab4 100644 --- a/src/ui/UserInterfaceUtils.cpp +++ b/src/ui/UserInterfaceUtils.cpp @@ -479,7 +479,7 @@ void CommonUtils::slot_update_key_status() { void CommonUtils::slot_update_key_from_server_finished( int channel, bool success, QString err_msg, QByteArray buffer, - std::shared_ptr<GpgImportInformation> info) { + QSharedPointer<GpgImportInformation> info) { if (!success) { LOG_W() << "get err from reply: " << buffer; QMessageBox::critical(nullptr, tr("Error"), err_msg); |