diff options
| author | Saturneric <[email protected]> | 2022-11-26 11:19:19 +0000 |
|---|---|---|
| committer | Saturneric <[email protected]> | 2022-11-26 11:19:19 +0000 |
| commit | cb299a2b9c18bf80879045f8e99489d7146d9eaf (patch) | |
| tree | 87bf2161c1a2b9e9a97eb7ce6ee0cb63d6ff9ef2 /src/ui/main_window/GeneralMainWindow.h | |
| parent | feat(doc): update contract info (diff) | |
| download | GpgFrontend-cb299a2b9c18bf80879045f8e99489d7146d9eaf.tar.gz GpgFrontend-cb299a2b9c18bf80879045f8e99489d7146d9eaf.zip | |
fix: record the actural size
1. record the actural size of dialogs and main windows when they are closing
Diffstat (limited to 'src/ui/main_window/GeneralMainWindow.h')
| -rw-r--r-- | src/ui/main_window/GeneralMainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/GeneralMainWindow.h b/src/ui/main_window/GeneralMainWindow.h index 71327100..8995883a 100644 --- a/src/ui/main_window/GeneralMainWindow.h +++ b/src/ui/main_window/GeneralMainWindow.h @@ -54,7 +54,7 @@ class GeneralMainWindow : public QMainWindow { * * @param event */ - void closeEvent(QCloseEvent* event); + void closeEvent(QCloseEvent* event) override; QSize icon_size_{}; ///< int font_size_{}; ///< |
