Finish implementing update installation.
Also add the option to update on exit.
This commit is contained in:
parent
e90f1a2756
commit
6ac94ddcb6
8 changed files with 128 additions and 10 deletions
|
@ -28,6 +28,11 @@ class DownloadUpdateTask : public Task
|
|||
|
||||
public:
|
||||
explicit DownloadUpdateTask(QString repoUrl, int versionId, QObject* parent=0);
|
||||
|
||||
/*!
|
||||
* Gets the directory that contains the update files.
|
||||
*/
|
||||
QString updateFilesDir();
|
||||
|
||||
protected:
|
||||
// TODO: We should probably put these data structures into a separate header...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue