diff options
| author | Brian Potchik <brian@vector35.com> | 2020-12-03 20:16:04 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-12-03 20:16:04 -0500 |
| commit | cf4fcbe1d30e454e492327ad3de391de3757b38e (patch) | |
| tree | 801d1672994c5de793aa9501c2c702cf06e02e59 /ui/logview.h | |
| parent | 432a8cdf64052db5fef7df792e2a5a51734d27af (diff) | |
Allow setting ui.log.maxSize without requiring restart.
Diffstat (limited to 'ui/logview.h')
| -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); |
