diff options
| author | Brian Potchik <brian@vector35.com> | 2022-11-03 20:23:17 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-11-10 16:19:13 -0500 |
| commit | 3d3622098b1bba3684bd05feef725811845bfe1e (patch) | |
| tree | 4b1b9abbc8628c14fa700963fe410f0e4d8ac324 /ui/pane.h | |
| parent | 53472825d1c445ef0aefebb1b72daf76ca2ded83 (diff) | |
Prefer to restore location information from qsettings, falling back to location information from a database.
Diffstat (limited to 'ui/pane.h')
| -rw-r--r-- | ui/pane.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |
