From 1511b57efa929d7e4304d416ee0ab9edc3b7ff2e Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Mon, 13 Apr 2020 17:09:55 -0400 Subject: Make addresses clickable in scripting console --- ui/logview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/logview.h') diff --git a/ui/logview.h b/ui/logview.h index 0b5272c0..be129a31 100644 --- a/ui/logview.h +++ b/ui/logview.h @@ -125,6 +125,8 @@ public: virtual bool canCopy(); static void SetLogLevel(BNLogLevel level); + static bool IsHexString(const QString& str, std::pair offsetLen); + static bool StartsWith0x(const QString& str, std::pair offsetLen); protected: void contextMenuEvent(QContextMenuEvent* event) override; -- cgit v1.3.1