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 5ee61e3 commit 7f97cc3Copy full SHA for 7f97cc3
ui/containerbrowser.h
@@ -102,6 +102,7 @@ class BINARYNINJAUIAPI ContainerBrowser : public QDialog
102
static QString toHexDump(const QByteArray& data, int bytesPerLine = 16);
103
static QString formatMetadata(BinaryNinja::Ref<BinaryNinja::Metadata> metadata, int indent = 0);
104
QModelIndex findNodeByPath(const QStringList& path);
105
+ QModelIndex findFirstLeaf();
106
107
public:
108
ContainerBrowser(TransformSessionRef session, QWidget* parent = nullptr);
0 commit comments