summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-02-25 17:57:38 +0100
committerTannin <devnull@localhost>2015-02-25 17:57:38 +0100
commitcbe84327c685626cf816f956b5857557a5f3090e (patch)
tree9428b980b40e4ae2e2a68b13145b052894df1ae1 /src/modinfo.h
parentce228e512cfd2b249a1ebc2ef0e576825afb29a0 (diff)
- added content icon for BSAs
- improved display of content icons (better scaling and some borders) - bugfix: contains changes missing from changeset bc6b6430017b
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h4
1 files changed, 4 insertions, 0 deletions
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<ModInfo::EContent> m_CachedContent;
+ mutable QTime m_LastContentCheck;
+
};