summaryrefslogtreecommitdiff
path: root/src/pluginlist.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-07-21 19:14:24 +0200
committerTannin <devnull@localhost>2014-07-21 19:14:24 +0200
commit9879aae5757e0c2ca930b38c6b7a4aeb4715d2d9 (patch)
tree43ccc85bf5998c4e37abc7cdb627b49276cc441b /src/pluginlist.cpp
parentcc9827cdda5776a4fd540a2ab0fb8a08ec9f75a7 (diff)
- download-list will no longer show a file as having incomplete data if there is no file version
- added a new mod column with icons displaying the content of the mod - MO now differentiates between mods using an internal name that disambiguates between foreign and regular mods
Diffstat (limited to 'src/pluginlist.cpp')
-rw-r--r--src/pluginlist.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp
index 88b17ed3..dc81766f 100644
--- a/src/pluginlist.cpp
+++ b/src/pluginlist.cpp
@@ -842,9 +842,6 @@ QVariant PluginList::data(const QModelIndex &modelIndex, int role) const
if (!bossInfoIter->second.m_Messages.isEmpty()) {
result.append(QIcon(":/MO/gui/information"));
}
- /*if (bossInfoIter->second.m_LOOTUnrecognized) {
- result.append(QIcon(":/MO/gui/help"));
- }*/
}
if (m_ESPs[index].m_HasIni) {
result.append(QIcon(":/MO/gui/attachment"));