summaryrefslogtreecommitdiff
path: root/src/selfupdater.h
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-04-16 12:47:17 -0500
committerSilarn <jrim@rimpo.org>2018-04-16 12:47:17 -0500
commit30c177cb371e92fe5e4cfc600cf27586402cf0a8 (patch)
tree1975b385cc0f379b5330304860b13151fb6bbda9 /src/selfupdater.h
parent978d71bb433aa8525c33715de6112f9e201b216f (diff)
Support for multi-game downloads
Diffstat (limited to 'src/selfupdater.h')
-rw-r--r--src/selfupdater.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/selfupdater.h b/src/selfupdater.h
index 4743f6a4..bce49495 100644
--- a/src/selfupdater.h
+++ b/src/selfupdater.h
@@ -26,6 +26,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
class Archive;
class NexusInterface;
+class PluginContainer;
namespace MOBase { class IPluginGame; }
#include <QFile>
@@ -77,6 +78,8 @@ public:
void setUserInterface(QWidget *widget);
+ void setPluginContainer(PluginContainer *pluginContainer);
+
/**
* @brief start the update process
* @note this should not be called if there is no update available