Merge branch 'feature_updater' into develop

This commit is contained in:
Andrew
2013-12-09 12:04:05 -06:00
122 changed files with 45858 additions and 55 deletions

View File

@ -156,11 +156,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);