diff options
| author | Brian Potchik <brian@vector35.com> | 2023-09-15 21:55:41 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2023-09-15 21:55:41 -0400 |
| commit | 742ba9d2cb03517bd1f7c266fe5627ab228d067d (patch) | |
| tree | b314e31913738891f16817a7c3ce4e92aec7c69a /ui/linearview.h | |
| parent | 59e569906828e91e4884670c2bba448702f5a31d (diff) | |
Add analysis progress spinner to the linear view function header.
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 6cff0734..3353967b 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -6,6 +6,7 @@ #include "binaryninjaapi.h" #include "viewframe.h" #include "render.h" +#include "progressindicator.h" #include "commentdialog.h" #include "menus.h" #include "statusbarwidget.h" @@ -122,6 +123,8 @@ class StickyHeader: public QWidget uint64_t m_gutterWidthChars; LinearViewLine m_line; + QProgressIndicator* m_updateIndicator; + public: StickyHeader(BinaryViewRef data, LinearView* parent); |
