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 7f12fa7 commit 41681fbCopy full SHA for 41681fb
ui/historyview.h
@@ -91,6 +91,8 @@ class BINARYNINJAUIAPI HistorySidebarWidget : public SidebarWidget
91
void resetToSelectedEntry(std::function<bool(size_t, size_t)> progress);
92
93
public:
94
+ virtual void copy();
95
+ virtual bool canCopy();
96
HistorySidebarWidget(BinaryViewRef data);
97
~HistorySidebarWidget();
98
void notifyFontChanged() override;
0 commit comments