summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-10-31 16:08:05 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-11-03 11:41:53 -0500
commit356d17b2ea70d9bfdc36d8199e12eb21cd3d4669 (patch)
tree983e62821e1f9ebc0c2af578ce5c91c80a48dc91 /src/mainwindow.cpp
parent4c5e3da2334a1d0c474148be8881b46d6ca6d3fa (diff)
fixes after rebasing
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 9ad51510..6a648512 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -4221,7 +4221,7 @@ void MainWindow::checkModsForUpdates()
{
bool checkingModsForUpdate = false;
if (NexusInterface::instance().getAccessManager()->validated()) {
- checkingModsForUpdate = ModInfo::checkAllForUpdate(this);
+ checkingModsForUpdate = ModInfo::checkAllForUpdate(&m_PluginContainer, this);
NexusInterface::instance().requestEndorsementInfo(this, QVariant(), QString());
NexusInterface::instance().requestTrackingInfo(this, QVariant(), QString());
} else {