summaryrefslogtreecommitdiff
path: root/src/selfupdater.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/selfupdater.h')
-rw-r--r--src/selfupdater.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/selfupdater.h b/src/selfupdater.h
index f804f63c..446778fb 100644
--- a/src/selfupdater.h
+++ b/src/selfupdater.h
@@ -29,6 +29,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <QFile>
#include <QProgressDialog>
+namespace MOBase { class IPluginGame; }
class NexusInterface;
@@ -83,6 +84,9 @@ public:
**/
MOBase::VersionInfo getVersion() const { return m_MOVersion; }
+ /** Set the game check for updates */
+ void setNexusDownload(MOBase::IPluginGame const *game);
+
public slots:
/**
@@ -143,6 +147,7 @@ private:
Archive *m_ArchiveHandler;
+ MOBase::IPluginGame const *m_NexusDownload;
};