diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-23 15:18:11 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-23 15:18:11 +0300 |
commit | f24682d8510f778cba11b057d561915cd0fe3905 (patch) | |
tree | f7c15ce3196b0426bdc94622e4604b66c50d4c49 /indra/newview/llfloaterpreference.h | |
parent | 2cc718d1b6d3ab7978b5f02c6d07391fe3cb8c3a (diff) |
SL-15667 FIXED Complexity value is not updated in Advanced floater
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index 23d3f73d70..b3ecb17fd8 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -201,6 +201,7 @@ private: void onDeleteTranscriptsResponse(const LLSD& notification, const LLSD& response); void updateDeleteTranscriptsButton(); void updateMaxComplexity(); + void updateComplexityText(); static bool loadFromFilename(const std::string& filename, std::map<std::string, std::string> &label_map); static std::string sSkin; @@ -222,6 +223,8 @@ private: LLSearchEditor *mFilterEdit; std::unique_ptr< ll::prefs::SearchData > mSearchData; + boost::signals2::connection mComplexityChangedSignal; + void onUpdateFilterTerm( bool force = false ); void collectSearchableItems(); }; |