We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e5de1 commit 5de3f78Copy full SHA for 5de3f78
ui/viewframe.h
@@ -422,7 +422,7 @@ class BINARYNINJAUIAPI ViewFrame : public QWidget
422
QWidget* getCurrentWidget() const { return m_view; }
423
424
bool isGraphViewPreferred();
425
- void setPriorityView(const QString& viewType);
+ void setPriorityView(const QString& viewType, bool isBinaryDataNavigable);
426
bool setViewType(const QString& viewType);
427
void focus();
428
0 commit comments