diff options
author | McCabe Maxsted | 2011-04-10 22:56:40 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-04-11 13:15:57 -0700 |
commit | 8f27533c22c940ef22d2c9f5170742a488a1da9a (patch) | |
tree | 9769b15339d2bf832fd30c9287b09ae5dc001168 /linden/indra/newview/llfloatersettingsdebug.h | |
parent | Initialize the upload price to 0 in case a grid doesn't send this info (at le... (diff) | |
download | meta-impy-8f27533c22c940ef22d2c9f5170742a488a1da9a.zip meta-impy-8f27533c22c940ef22d2c9f5170742a488a1da9a.tar.gz meta-impy-8f27533c22c940ef22d2c9f5170742a488a1da9a.tar.bz2 meta-impy-8f27533c22c940ef22d2c9f5170742a488a1da9a.tar.xz |
Added search to the Debug Settings
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatersettingsdebug.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatersettingsdebug.h b/linden/indra/newview/llfloatersettingsdebug.h index e08e6b5..3e14eaa 100644 --- a/linden/indra/newview/llfloatersettingsdebug.h +++ b/linden/indra/newview/llfloatersettingsdebug.h | |||
@@ -37,6 +37,9 @@ | |||
37 | #include "llfloater.h" | 37 | #include "llfloater.h" |
38 | #include "lltexteditor.h" | 38 | #include "lltexteditor.h" |
39 | 39 | ||
40 | class LLComboBox; | ||
41 | class LLScrollListItem; | ||
42 | |||
40 | class LLFloaterSettingsDebug : public LLFloater | 43 | class LLFloaterSettingsDebug : public LLFloater |
41 | { | 44 | { |
42 | public: | 45 | public: |
@@ -56,6 +59,12 @@ public: | |||
56 | protected: | 59 | protected: |
57 | static LLFloaterSettingsDebug* sInstance; | 60 | static LLFloaterSettingsDebug* sInstance; |
58 | LLTextEditor* mComment; | 61 | LLTextEditor* mComment; |
62 | |||
63 | private: | ||
64 | LLComboBox* mComboNames; | ||
65 | std::vector<LLScrollListItem*> mSettingsNames; | ||
66 | |||
67 | static void onSearchEdit(const std::string& search_string, void* user_data); | ||
59 | }; | 68 | }; |
60 | 69 | ||
61 | #endif //LLFLOATERDEBUGSETTINGS_H | 70 | #endif //LLFLOATERDEBUGSETTINGS_H |