Mercurial > trustbridge
comparison ui/downloader.h @ 1255:2a1aa9df8f11
(issue133) Improve API documentation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 25 Sep 2014 17:58:12 +0200 |
parents | 78798d3af8f0 |
children |
comparison
equal
deleted
inserted
replaced
1254:6d840341bc25 | 1255:2a1aa9df8f11 |
---|---|
18 #include <QString> | 18 #include <QString> |
19 #include <QByteArray> | 19 #include <QByteArray> |
20 | 20 |
21 #include "sslconnection.h" | 21 #include "sslconnection.h" |
22 | 22 |
23 /** @brief High level API to download necessary data. | |
24 * | |
25 * The downloader class is the UI interface to the Update server. | |
26 * It controls the SSL Connection and checks if updates are available | |
27 * and downloads them on demand. Each Downloader object is intended | |
28 * to be run only once and controlled mainly by the constructor of | |
29 * the object. | |
30 */ | |
23 class Downloader: public QThread | 31 class Downloader: public QThread |
24 { | 32 { |
25 Q_OBJECT | 33 Q_OBJECT |
26 | 34 |
27 public: | 35 public: |