diff options
| author | Peter LaFosse <peter@vector35.com> | 2020-04-13 17:09:55 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2020-04-13 17:44:52 -0400 |
| commit | 1511b57efa929d7e4304d416ee0ab9edc3b7ff2e (patch) | |
| tree | 460a22129217b625e95e98833487c2ae6c047f44 /ui/logview.h | |
| parent | d263ddfe66b4cd1540b12edbb178e6ab4e706e75 (diff) | |
Make addresses clickable in scripting console
Diffstat (limited to 'ui/logview.h')
| -rw-r--r-- | ui/logview.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<int, int> offsetLen); + static bool StartsWith0x(const QString& str, std::pair<int, int> offsetLen); protected: void contextMenuEvent(QContextMenuEvent* event) override; |
