From 3d3622098b1bba3684bd05feef725811845bfe1e Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 3 Nov 2022 20:23:17 -0400 Subject: Prefer to restore location information from qsettings, falling back to location information from a database. --- ui/pane.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/pane.h') diff --git a/ui/pane.h b/ui/pane.h index 4a0941c4..02bec3b0 100644 --- a/ui/pane.h +++ b/ui/pane.h @@ -416,6 +416,7 @@ class BINARYNINJAUIAPI SplitPaneWidget : public QWidget void closing(); #ifndef BINARYNINJAUI_BINDINGS + bool hasInitialLocationState() { return !m_locations.empty(); } void applyInitialLocationState(); QVariantMap serializeLayout(); void deserializeLayout(const QVariantMap& layout); -- cgit v1.3.1