diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-03-10 16:23:20 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-03-10 16:23:20 +0000 |
commit | 89bd4269018fa5a36a15eac8d2c3f99674d18b2d (patch) | |
tree | c7b02b7de13f3c1ac6a869e15311d7e5e5de4096 /indra/llui/lluiusage.h | |
parent | dd89dec893411c22d4916de14593a56f87d3a284 (diff) |
SL-14862 - use nested LLSD for widget info, condensed to the two leaf-most elements of the path. Simplified floater logging.
Diffstat (limited to 'indra/llui/lluiusage.h')
-rw-r--r-- | indra/llui/lluiusage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lluiusage.h b/indra/llui/lluiusage.h index efc8bb4032..956e184edc 100644 --- a/indra/llui/lluiusage.h +++ b/indra/llui/lluiusage.h @@ -39,6 +39,7 @@ public: ~LLUIUsage(); public: static std::string sanitized(const std::string& s); + void setLLSDNested(LLSD& sd, const std::string& path, S32 max_elts, S32 val) const; void logFloater(const std::string& floater); void logCommand(const std::string& command); void logWidget(const std::string& w); |