diff options
author | saturneric <[email protected]> | 2024-01-17 11:39:47 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-17 11:39:47 +0000 |
commit | e352e8e6b8d03a24ef5d52eef3e4d370807b5bbd (patch) | |
tree | 9a59f0b573a845644afe4b8857a89c4b28bdcc0d /src/ui/UserInterfaceUtils.h | |
parent | fix: solve the gnupg tab options info not shown issue (diff) | |
download | GpgFrontend-e352e8e6b8d03a24ef5d52eef3e4d370807b5bbd.tar.gz GpgFrontend-e352e8e6b8d03a24ef5d52eef3e4d370807b5bbd.zip |
fix: find and slove some bugs
Diffstat (limited to 'src/ui/UserInterfaceUtils.h')
-rw-r--r-- | src/ui/UserInterfaceUtils.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/ui/UserInterfaceUtils.h b/src/ui/UserInterfaceUtils.h index 365b5ff1..39a4633e 100644 --- a/src/ui/UserInterfaceUtils.h +++ b/src/ui/UserInterfaceUtils.h @@ -134,8 +134,8 @@ class CommonUtils : public QWidget { * @brief * */ - using ImportCallbackFunctiopn = std::function<void( - const QString&, const QString&, size_t, size_t)>; + using ImportCallbackFunctiopn = + std::function<void(const QString&, const QString&, size_t, size_t)>; /** * @brief Construct a new Common Utils object @@ -295,12 +295,6 @@ class CommonUtils : public QWidget { */ void slot_update_key_status(); - /** - * @brief - * - */ - void slot_popup_passphrase_input_dialog(); - private: static std::unique_ptr<CommonUtils> instance_; ///< bool application_need_to_restart_at_once_ = false; |