diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-03-11 15:11:51 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-03-11 15:11:51 +0000 |
commit | acb2e87d9425c8f671d9772409fd291d7fed9aa7 (patch) | |
tree | 363b7239d286e7912ce4337d4036507eec3c643a /indra/llui/lluiusage.h | |
parent | e3babd1f8d6d5347f9cf1ec5fee976718e0c6a44 (diff) |
SL-14862 - renamed widgets to the more descriptive controls
Diffstat (limited to 'indra/llui/lluiusage.h')
-rw-r--r-- | indra/llui/lluiusage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lluiusage.h b/indra/llui/lluiusage.h index e642c55e0f..a30cd80db3 100644 --- a/indra/llui/lluiusage.h +++ b/indra/llui/lluiusage.h @@ -42,16 +42,16 @@ public: static void setLLSDPath(LLSD& sd, const std::string& path, S32 max_elts, const LLSD& val); static void setLLSDNested(LLSD& sd, const std::vector<std::string>& fields, const LLSD& val); void logCommand(const std::string& command); + void logControl(const std::string& control); void logFloater(const std::string& floater); void logPanel(const std::string& p); - void logWidget(const std::string& w); LLSD asLLSD() const; void clear(); private: std::map<std::string,U32> mCommandCounts; + std::map<std::string,U32> mControlCounts; std::map<std::string,U32> mFloaterCounts; std::map<std::string,U32> mPanelCounts; - std::map<std::string,U32> mWidgetCounts; }; #endif // LLUIUIUSAGE.h |