diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llui.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llui/llui.h b/linden/indra/llui/llui.h index c419cb6..9e275a5 100644 --- a/linden/indra/llui/llui.h +++ b/linden/indra/llui/llui.h | |||
@@ -201,6 +201,12 @@ public: | |||
201 | static BOOL sShowXUINames; | 201 | static BOOL sShowXUINames; |
202 | static LLHtmlHelp* sHtmlHelp; | 202 | static LLHtmlHelp* sHtmlHelp; |
203 | 203 | ||
204 | // *TODO: remove the following when QAR-369 settings clean-up work is in. | ||
205 | // Also remove the call to this method which will then be obsolete. | ||
206 | // Search for QAR-369 below to enable the proper accessing of this feature. -MG | ||
207 | static void setQAMode(BOOL b); | ||
208 | static BOOL sQAMode; | ||
209 | |||
204 | }; | 210 | }; |
205 | 211 | ||
206 | // UI widgets | 212 | // UI widgets |