diff options
| author | Silarn <jrim@rimpo.org> | 2019-07-22 01:00:42 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-07-22 01:00:42 -0500 |
| commit | dcd6d624672019727d7effd17aac86f72bff438b (patch) | |
| tree | 1e8d3856f657d898c5992631599cf272d785f973 /src/modlist.cpp | |
| parent | 179a73857125ee604f42b0d5c2d765183c86d2c7 (diff) | |
| parent | e73c309f08eff98f0dbd2590f594a83b67431eac (diff) | |
Merge branch 'Develop'
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index e2398cd6..7b71355c 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(); |
