summaryrefslogtreecommitdiff
path: root/src/modlist.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-11-06 10:51:03 -0500
committerGitHub <noreply@github.com>2020-11-06 10:51:03 -0500
commitb909677c3fc6a7b7a1993d341a2bd420715e292a (patch)
tree8a883011d5e207c31edf9b94ee67bff1827c2ddf /src/modlist.cpp
parenta63a27840bfa7b08f295bfe682ebc33d70a613b9 (diff)
parentad8e9d99b30578676c15d10a74f010439e132406 (diff)
Merge pull request #1280 from isanae/command-line
Command line and instance dialogs
Diffstat (limited to 'src/modlist.cpp')
-rw-r--r--src/modlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp
index 1f845999..04abfb01 100644
--- a/src/modlist.cpp
+++ b/src/modlist.cpp
@@ -977,7 +977,7 @@ int ModList::setActive(const QStringList& names, bool active) {
indices.append(modIndex);
}
else {
- log::debug("Trying to {} mod {} which does not exist.",
+ log::debug("Trying to {} mod {} which does not exist.",
active ? "enable" : "disable", name);
}
}
@@ -1043,7 +1043,7 @@ void ModList::notifyModRemoved(QString const& modName) const
m_ModRemoved(modName);
}
-void ModList::notifyModStateChanged(QList<unsigned int> modIndices) const
+void ModList::notifyModStateChanged(QList<unsigned int> modIndices) const
{
std::map<QString, ModStates> mods;
for (auto modIndex : modIndices) {