diff options
| author | Tannin <devnull@localhost> | 2015-02-25 17:57:38 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-02-25 17:57:38 +0100 |
| commit | cbe84327c685626cf816f956b5857557a5f3090e (patch) | |
| tree | 9428b980b40e4ae2e2a68b13145b052894df1ae1 /src/modlist.h | |
| parent | ce228e512cfd2b249a1ebc2ef0e576825afb29a0 (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/modlist.h')
| -rw-r--r-- | src/modlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlist.h b/src/modlist.h index 8475d97a..ecd30875 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -301,7 +301,7 @@ private: SignalModStateChanged m_ModStateChanged;
SignalModMoved m_ModMoved;
- std::map<ModInfo::EContent, std::tuple<QIcon, QString, QString> > m_ContentIcons;
+ std::map<ModInfo::EContent, std::tuple<QString, QString> > m_ContentIcons;
};
|
