diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-11-18 13:52:25 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-01-10 15:25:18 -0700 |
| commit | 7f6e54fdc8ff4a06fdcd3c510a37add337f04bac (patch) | |
| tree | 60cce5955fcc05fc84f35f9662d49c7e0790dde1 /ui/globalarea.h | |
| parent | d9661f34eec6855d495a10eaafc2a8e2679756a7 (diff) | |
Refactor main area to use pane system
Diffstat (limited to 'ui/globalarea.h')
| -rw-r--r-- | ui/globalarea.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/globalarea.h b/ui/globalarea.h index 94b0b715..2dffe3b0 100644 --- a/ui/globalarea.h +++ b/ui/globalarea.h @@ -44,7 +44,7 @@ public: virtual DockableTabStyle* duplicate() override; }; -class BINARYNINJAUIAPI GlobalAreaHideButton: public QWidget +class BINARYNINJAUIAPI CloseButton: public QWidget { Q_OBJECT @@ -53,7 +53,7 @@ class BINARYNINJAUIAPI GlobalAreaHideButton: public QWidget QTimer* m_timer; public: - GlobalAreaHideButton(); + CloseButton(); virtual QSize sizeHint() const override; protected: |
