summaryrefslogtreecommitdiff
path: root/src/modlist.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-07-04 23:14:39 -0500
committerSilarn <jrim@rimpo.org>2019-07-04 23:14:39 -0500
commit9a795c3ce90bc221574e909db1665f2bc64800ed (patch)
treed643c01c69c96b9a77c58de48568d85b20559aae /src/modlist.cpp
parent7879ea2c623521115eafeef4ad788eef8c18cc2c (diff)
parent0596a7199094cc8d103dfe2cfdcd20046c04e85d (diff)
Merge remote-tracking branch 'origin/Develop' into qt-5.13
Diffstat (limited to 'src/modlist.cpp')
-rw-r--r--src/modlist.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp
index abe4fd5d..1710a98d 100644
--- a/src/modlist.cpp
+++ b/src/modlist.cpp
@@ -561,6 +561,7 @@ bool ModList::setData(const QModelIndex &index, const QVariant &value, int role)
m_Modified = true;
m_LastCheck.restart();
emit modlistChanged(index, role);
+ emit tutorialModlistUpdate();
}
result = true;
emit dataChanged(index, index);
@@ -596,6 +597,7 @@ bool ModList::setData(const QModelIndex &index, const QVariant &value, int role)
if (ok) {
info->setNexusID(newID);
emit modlistChanged(index, role);
+ emit tutorialModlistUpdate();
result = true;
} else {
result = false;
@@ -1375,6 +1377,7 @@ bool ModList::toggleSelection(QAbstractItemView *itemView)
m_Profile->setModsEnabled(modsToEnable, modsToDisable);
emit modlistChanged(dirtyMods, 0);
+ emit tutorialModlistUpdate();
m_Modified = true;
m_LastCheck.restart();