summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index 4d367074..b54ec8c0 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -258,6 +258,8 @@ public:
static void registerActions();
static ViewFrame* viewFrameForWidget(QWidget* widget);
+ static bool lineHasInstructionToken(const BinaryNinja::DisassemblyTextLine& line);
+ static QString getDisassemblyText(const std::vector<BinaryNinja::DisassemblyTextLine>& lines);
public Q_SLOTS:
virtual void assemble();