summaryrefslogtreecommitdiffstats
path: root/gui/MainWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/MainWindow.h')
-rw-r--r--gui/MainWindow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gui/MainWindow.h b/gui/MainWindow.h
index 795590c0..befe93e6 100644
--- a/gui/MainWindow.h
+++ b/gui/MainWindow.h
@@ -155,11 +155,18 @@ slots:
void startTask(Task *task);
+ void updateAvailable(QString repo, QString versionName, int versionId);
+
void activeAccountChanged();
void changeActiveAccount();
void repopulateAccountsMenu();
+
+ /*!
+ * Runs the DownloadUpdateTask and installs updates.
+ */
+ void downloadUpdates(QString repo, int versionId, bool installOnExit=false);
protected:
bool eventFilter(QObject *obj, QEvent *ev);