diff options
Diffstat (limited to 'src/ui/dialog/GeneralDialog.h')
-rw-r--r-- | src/ui/dialog/GeneralDialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/GeneralDialog.h b/src/ui/dialog/GeneralDialog.h index 1e265a8e..dc42fb6b 100644 --- a/src/ui/dialog/GeneralDialog.h +++ b/src/ui/dialog/GeneralDialog.h @@ -89,6 +89,7 @@ class GeneralDialog : public QDialog { std::string name_; ///< QRect rect_; QRect parent_rect_; + QRect screen_rect_; bool rect_restored_ = false; }; } // namespace GpgFrontend::UI |