diff options
| author | KyleMiles <krm504@nyu.edu> | 2022-01-27 22:43:28 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2022-01-28 00:24:06 -0500 |
| commit | 6812c973c9fa9b4ad642ab81856c05f87bd6fcc4 (patch) | |
| tree | dace4156d03148bcaf02df138ab4e0d93e61bc6f /ui/statusbarwidget.h | |
| parent | 519c9db22367f2659d1a54599fab47e6313be06e (diff) | |
Format All Files
Diffstat (limited to 'ui/statusbarwidget.h')
| -rw-r--r-- | ui/statusbarwidget.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/statusbarwidget.h b/ui/statusbarwidget.h index b41391a0..b7ab2537 100644 --- a/ui/statusbarwidget.h +++ b/ui/statusbarwidget.h @@ -4,20 +4,20 @@ #include <QtWidgets/QLabel> #include "uicontext.h" -class BINARYNINJAUIAPI StatusBarWidget: public QWidget +class BINARYNINJAUIAPI StatusBarWidget : public QWidget { Q_OBJECT -public: + public: StatusBarWidget(QWidget* parent); virtual void updateStatus(); }; -class BINARYNINJAUIAPI DisabledOptionsStatusBarWidget: public StatusBarWidget +class BINARYNINJAUIAPI DisabledOptionsStatusBarWidget : public StatusBarWidget { -public: + public: DisabledOptionsStatusBarWidget(QFrame* parent); -private: + private: QLabel* m_label; }; |
