From 742ba9d2cb03517bd1f7c266fe5627ab228d067d Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 15 Sep 2023 21:55:41 -0400 Subject: Add analysis progress spinner to the linear view function header. --- ui/linearview.h | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v1.3.1