diff options
Diffstat (limited to 'src/ui/dialog/controller/GnuPGControllerDialog.h')
-rw-r--r-- | src/ui/dialog/controller/GnuPGControllerDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/controller/GnuPGControllerDialog.h b/src/ui/dialog/controller/GnuPGControllerDialog.h index 3ee129b9..0337b141 100644 --- a/src/ui/dialog/controller/GnuPGControllerDialog.h +++ b/src/ui/dialog/controller/GnuPGControllerDialog.h @@ -126,7 +126,7 @@ class GnuPGControllerDialog : public GeneralDialog { void slot_edit_key_database(); private: - std::shared_ptr<Ui_GnuPGControllerDialog> ui_; ///< + QSharedPointer<Ui_GnuPGControllerDialog> ui_; ///< const QString app_path_; int restart_mode_{0}; ///< QString custom_key_database_path_; |