diff options
| author | Alexander Taylor <alex@vector35.com> | 2023-10-09 22:34:42 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2023-10-31 15:45:32 -0400 |
| commit | a02db876fbd554eb731fe1f23e194abd772bd9e0 (patch) | |
| tree | d474b8442a7cd04f6dcfb9a7a4268f7aec539033 | |
| parent | d07de1486b6604320f03cc6ab251e373bc637776 (diff) | |
Add member for indicator paint option.
| -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 07661770..94cbd27f 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -209,6 +209,8 @@ class BINARYNINJAUIAPI FlowGraphWidget : bool isFunctionHeader(); + bool m_enableBlockIndicators = false; + public: FlowGraphWidget(QWidget* parent, BinaryViewRef view, FlowGraphRef graph = FlowGraphRef()); ~FlowGraphWidget(); |
