diff options
author | saturneric <[email protected]> | 2024-01-30 09:33:16 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-30 09:33:16 +0000 |
commit | 2554604b93a8a5949473071bef145f4ec7cf8fce (patch) | |
tree | b498311d793156a22a3466ae6f3c58ab2a959afc /src/ui/dialog/GeneralDialog.h | |
parent | doc: update translations (diff) | |
download | GpgFrontend-2554604b93a8a5949473071bef145f4ec7cf8fce.tar.gz GpgFrontend-2554604b93a8a5949473071bef145f4ec7cf8fce.zip |
fix: add general main window rect state fallback logic
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/GeneralDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/GeneralDialog.h b/src/ui/dialog/GeneralDialog.h index 604c8475..3576319f 100644 --- a/src/ui/dialog/GeneralDialog.h +++ b/src/ui/dialog/GeneralDialog.h @@ -61,7 +61,7 @@ class GeneralDialog : public QDialog { * @brief * */ - [[nodiscard]] bool isRectRestored(); + [[nodiscard]] auto isRectRestored() -> bool; /** * @brief |