#include <updaterthread.h>
Inherited by UpdaterManifestThread.
Signals | |
| void | downloadFinished () |
Public Member Functions | |
| UpdaterThread (QObject *parent=0) | |
| void | setDownloadList (QStringList downs) |
| void | download () |
Protected Member Functions | |
| void | run () |
| void | downloadFinishedAction () |
Definition at line 14 of file updaterthread.h.
| UpdaterThread::UpdaterThread | ( | QObject * | parent = 0 |
) |
Definition at line 5 of file updaterthread.cpp.
| void UpdaterThread::download | ( | ) |
Definition at line 14 of file updaterthread.cpp.


| void UpdaterThread::downloadFinished | ( | ) | [signal] |

| void UpdaterThread::downloadFinishedAction | ( | ) | [protected] |
| void UpdaterThread::run | ( | ) | [protected] |
Reimplemented in UpdaterManifestThread.
Definition at line 22 of file updaterthread.cpp.

| void UpdaterThread::setDownloadList | ( | QStringList | downs | ) |
1.5.9