summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/logview.h1
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);