#include <updatermanifestthread.h>
Inherits UpdaterThread.

Signals | |
| void | manifestReady () |
| void | errorOccured () |
Public Member Functions | |
| UpdaterManifestThread () | |
| ~UpdaterManifestThread () | |
| ManifestData * | getManifestData () |
Protected Member Functions | |
| void | run () |
| void | downloadFinishedAction () |
| This method is called when the manifest download is finished. | |
Definition at line 17 of file updatermanifestthread.h.
| UpdaterManifestThread::UpdaterManifestThread | ( | ) |
Definition at line 7 of file updatermanifestthread.cpp.
| UpdaterManifestThread::~UpdaterManifestThread | ( | ) |
Definition at line 13 of file updatermanifestthread.cpp.
| void UpdaterManifestThread::downloadFinishedAction | ( | ) | [protected] |
This method is called when the manifest download is finished.
Reimplemented from UpdaterThread.
Definition at line 38 of file updatermanifestthread.cpp.

| void UpdaterManifestThread::errorOccured | ( | ) | [signal] |

| ManifestData* UpdaterManifestThread::getManifestData | ( | ) | [inline] |
Definition at line 25 of file updatermanifestthread.h.
| void UpdaterManifestThread::manifestReady | ( | ) | [signal] |
| void UpdaterManifestThread::run | ( | ) | [protected] |
Sets download list to: http://allevo.sourceforge.net/updates/manifest-proposal.xml and runs the superclass run method.
Reimplemented from UpdaterThread.
Definition at line 26 of file updatermanifestthread.cpp.

1.5.9