diff options
| author | Brian Potchik <brian@vector35.com> | 2023-10-28 10:13:50 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2023-10-28 10:13:50 -0400 |
| commit | d07de1486b6604320f03cc6ab251e373bc637776 (patch) | |
| tree | 42681ba8f68853ee430ddc41239b1708fb52a855 /ui/flowgraphwidget.h | |
| parent | 88c1ff54c46ca0dabcb7347ced7feebd99e0c9d9 (diff) | |
Update developer mode preferences.
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 1fcb120d..07661770 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -98,6 +98,8 @@ class BINARYNINJAUIAPI FlowGraphWidget : BinaryNinja::AdvancedFunctionAnalysisDataRequestor m_advancedAnalysisData; View* m_navigationTarget; + bool m_developerMode; + bool m_ready; QTimer* m_loadingTimer; QTimer* m_zoomTimer; |
