diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-10-31 16:08:05 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:41:53 -0500 |
| commit | 356d17b2ea70d9bfdc36d8199e12eb21cd3d4669 (patch) | |
| tree | 983e62821e1f9ebc0c2af578ce5c91c80a48dc91 /src/modinfo.h | |
| parent | 4c5e3da2334a1d0c474148be8881b46d6ca6d3fa (diff) | |
fixes after rebasing
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 480fe013..e5e46741 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -197,7 +197,7 @@ public: // Static functions: * * @return true if any mods are checked for update. */ - static bool checkAllForUpdate(QObject *receiver); + static bool checkAllForUpdate(PluginContainer *pluginContainer, QObject *receiver); /** * |
