From cbe84327c685626cf816f956b5857557a5f3090e Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 25 Feb 2015 17:57:38 +0100 Subject: - added content icon for BSAs - improved display of content icons (better scaling and some borders) - bugfix: contains changes missing from changeset bc6b6430017b --- src/modinfo.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modinfo.h') diff --git a/src/modinfo.h b/src/modinfo.h index 9a4c7c94..33e6ec96 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -72,6 +72,7 @@ public: CONTENT_PLUGIN, CONTENT_TEXTURE, CONTENT_MESH, + CONTENT_BSA, CONTENT_INTERFACE, CONTENT_MUSIC, CONTENT_SOUND, @@ -966,6 +967,9 @@ private: NexusBridge m_NexusBridge; + mutable std::vector m_CachedContent; + mutable QTime m_LastContentCheck; + }; -- cgit v1.3.1