diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/logview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/logview.h b/ui/logview.h index e7fb9797..c0ff7768 100644 --- a/ui/logview.h +++ b/ui/logview.h @@ -124,6 +124,7 @@ public: virtual bool canCopy(); static void SetLogLevel(BNLogLevel level); + static void SetLogSize(size_t maxSize); static bool IsHexString(const QString& str, std::pair<int, int> offsetLen); static bool StartsWith0x(const QString& str, std::pair<int, int> offsetLen); |
