summaryrefslogtreecommitdiff
path: root/indra/llui/llui.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llui.h')
-rw-r--r--indra/llui/llui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llui/llui.h b/indra/llui/llui.h
index b5a64e7533..ab45e36175 100644
--- a/indra/llui/llui.h
+++ b/indra/llui/llui.h
@@ -198,6 +198,12 @@ public:
static BOOL sShowXUINames;
static LLHtmlHelp* sHtmlHelp;
+ // *TODO: remove the following when QAR-369 settings clean-up work is in.
+ // Also remove the call to this method which will then be obsolete.
+ // Search for QAR-369 below to enable the proper accessing of this feature. -MG
+ static void setQAMode(BOOL b);
+ static BOOL sQAMode;
+
};
// FactoryPolicy is a static class that controls the creation and lookup of UI elements,