diff options
author | Saturneric <[email protected]> | 2022-07-22 18:54:52 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-07-22 18:56:08 +0000 |
commit | ff73042072c1937c8ee20cabab3f16cf38d588b1 (patch) | |
tree | f269b6178a5318cbf1c7945bbcd6d7a0736d104f /src/ui/dialog/GeneralDialog.h | |
parent | refactor(ui): adjust file structure (diff) | |
download | GpgFrontend-ff73042072c1937c8ee20cabab3f16cf38d588b1.tar.gz GpgFrontend-ff73042072c1937c8ee20cabab3f16cf38d588b1.zip |
fix(ui): fix signer picker and other issues
1. signer picker can cancel its operation now
2. fix window title of "Export As Key Package"
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/GeneralDialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/GeneralDialog.h b/src/ui/dialog/GeneralDialog.h index 037277fa..ca480c8b 100644 --- a/src/ui/dialog/GeneralDialog.h +++ b/src/ui/dialog/GeneralDialog.h @@ -58,6 +58,8 @@ class GeneralDialog : public QDialog { private: std::string name_; ///< + QPoint pos_; ///< + QSize size_; ///< }; } // namespace GpgFrontend::UI |