From d07de1486b6604320f03cc6ab251e373bc637776 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 28 Oct 2023 10:13:50 -0400 Subject: Update developer mode preferences. --- ui/flowgraphwidget.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.3.1