summaryrefslogtreecommitdiff
path: root/src/selfupdater.h
diff options
context:
space:
mode:
authorBrian Munro <brian.alexander.munro@gmail.com>2018-05-08 12:47:54 +0200
committerGitHub <noreply@github.com>2018-05-08 12:47:54 +0200
commit0da6af17b2d6a6965849aa0effd5a1a876f447c4 (patch)
tree306056296c7a35504e85825ec6965b5193c74b24 /src/selfupdater.h
parentbc75009169ecbf378fa90891dc8183a8cb3ef499 (diff)
parent44111d12c181ff062d7936480fdc380e33232e0e (diff)
Merge pull request #336 from Modorganizer2/Develop
Release 2.1.3
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