diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/llui/llui.h | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
Diffstat (limited to 'linden/indra/llui/llui.h')
-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 |