diff options
author | saturneric <[email protected]> | 2025-04-12 10:33:06 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-12 10:33:06 +0000 |
commit | 2c84a775f444300cad8911ceb8e742fe138b5f6d (patch) | |
tree | fb6dbed1230a5497808c504d77a3e71dfbf43e80 /src/ui/dialog/ADSKsPicker.h | |
parent | feat: add ui support for adsk features (diff) | |
download | GpgFrontend-2c84a775f444300cad8911ceb8e742fe138b5f6d.tar.gz GpgFrontend-2c84a775f444300cad8911ceb8e742fe138b5f6d.zip |
fix: wrong ui dialog order after switching apps
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/ADSKsPicker.h (renamed from src/ui/dialog/SubKeysPicker.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/SubKeysPicker.h b/src/ui/dialog/ADSKsPicker.h index a7a1b200..9c431209 100644 --- a/src/ui/dialog/SubKeysPicker.h +++ b/src/ui/dialog/ADSKsPicker.h @@ -41,7 +41,7 @@ class KeyTreeView; * @brief * */ -class SubKeysPicker : public GeneralDialog { +class ADSKsPicker : public GeneralDialog { Q_OBJECT public: @@ -50,8 +50,8 @@ class SubKeysPicker : public GeneralDialog { * * @param parent */ - explicit SubKeysPicker(int channel, const GpgKeyTreeModel::Detector& enable, - QWidget* parent = nullptr); + explicit ADSKsPicker(int channel, const GpgKeyTreeModel::Detector& enable, + QWidget* parent = nullptr); /** * @brief Get the Checked Signers object |