summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2022-01-28 17:51:29 +0000
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2022-01-28 17:51:29 +0000
commit1049089dd1c2ad1cc7c610b7c49c5ec438e96c9f (patch)
treed8d7d5151138e74993ce06484634f6192bce3480 /indra/newview/llinventorymodel.h
parent0bef5e553e5234b9373507341e3b001f4f4e54e7 (diff)
SL-16715 - viewerstats, added more detail about failure cases in inventory
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r--indra/newview/llinventorymodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h
index 403b86e318..e81652820f 100644
--- a/indra/newview/llinventorymodel.h
+++ b/indra/newview/llinventorymodel.h
@@ -69,6 +69,9 @@ public:
S32 mFatalErrorCount;
S32 mWarningCount;
bool mInitialized;
+ bool mFatalNoRootFolder;
+ bool mFatalNoLibraryRootFolder;
+ bool mFatalQADebugMode;
std::set<LLFolderType::EType> mMissingRequiredSystemFolders;
std::set<LLFolderType::EType> mDuplicateRequiredSystemFolders;
};