diff options
Diffstat (limited to 'application/MultiMC.h')
-rw-r--r-- | application/MultiMC.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/application/MultiMC.h b/application/MultiMC.h index f815b8e4..9edf0596 100644 --- a/application/MultiMC.h +++ b/application/MultiMC.h @@ -6,6 +6,7 @@ #include <QFlag> #include <QIcon> #include <QDateTime> +#include <updater/GoUpdate.h> class QFile; class MinecraftVersionList; @@ -105,7 +106,7 @@ public: } // APPLICATION ONLY - void installUpdates(const QString updateFilesDir); + void installUpdates(const QString updateFilesDir, GoUpdate::OperationList operations); /*! * Opens a json file using either a system default editor, or, if note empty, the editor |