summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterperformance.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2021-06-15 19:25:08 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2021-06-15 19:25:08 +0300
commit0914f5c48f777705bdc57188e7372707f7977e5a (patch)
treeff08b44fc13fd666ea06955fcbe8bdeee81db3b6 /indra/newview/llfloaterperformance.h
parent10a770047d90045e882a65e5347da3530b189c42 (diff)
SL-15297 WIP Implement performance floater #2
Diffstat (limited to 'indra/newview/llfloaterperformance.h')
-rw-r--r--indra/newview/llfloaterperformance.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloaterperformance.h b/indra/newview/llfloaterperformance.h
index a70a328d3a..0cba07f21e 100644
--- a/indra/newview/llfloaterperformance.h
+++ b/indra/newview/llfloaterperformance.h
@@ -52,6 +52,9 @@ private:
void onClickRecommended();
void onClickExceptions();
+ void updateMaxComplexity();
+ void updateComplexityText();
+
LLPanel* mMainPanel;
LLPanel* mTroubleshootingPanel;
LLPanel* mNearbyPanel;
@@ -60,6 +63,8 @@ private:
LLPanel* mPreferencesPanel;
LLNameListCtrl* mHUDList;
LLNameListCtrl* mNearbyList;
+
+ boost::signals2::connection mComplexityChangedSignal;
};
#endif // LL_LLFLOATERPERFORMANCE_H