diff options
| -rw-r--r-- | ui/logview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/logview.h b/ui/logview.h index bdf596ad..8cbda7ec 100644 --- a/ui/logview.h +++ b/ui/logview.h @@ -254,9 +254,12 @@ class BINARYNINJAUIAPI LogView : public SidebarWidget, public FilterTarget static void setLogLevel(BNLogLevel level); static void setLogSize(size_t maxSize); + static void setWordWrap(bool wrap); static bool IsHexString(const QString& str, std::pair<int, int> offsetLen); static bool StartsWith0x(const QString& str, std::pair<int, int> offsetLen); + void notifyWordWrapChanged(); + void notifyFontChanged() override; void notifyThemeChanged() override; void notifyViewChanged(ViewFrame* frame) override; |
