Treat the updater separately

This commit is contained in:
Jan Dalheimer
2013-12-23 10:34:43 +01:00
parent 7a07ed7940
commit 00822fa0f9
2 changed files with 31 additions and 2 deletions

View File

@ -207,5 +207,7 @@ protected slots:
void fileDownloadFinished();
void fileDownloadFailed();
void fileDownloadProgressChanged(qint64 current, qint64 total);
void directDeployFile(const int index);
};