Mercurial > trustbridge
comparison ui/downloader.h @ 908:d1c951b3012d
Curl based implementation of sslconnection
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 13 Aug 2014 19:35:08 +0200 |
parents | 5834b340c54c |
children | eaed02defe6a |
comparison
equal
deleted
inserted
replaced
907:7bd75417e14e | 908:d1c951b3012d |
---|---|
81 QString mResourceSW; | 81 QString mResourceSW; |
82 QString mResourceList; | 82 QString mResourceList; |
83 | 83 |
84 bool mDownloadSW; | 84 bool mDownloadSW; |
85 | 85 |
86 SSLConnection mSSLConnection; | 86 SSLConnection *mSSLConnection; |
87 | 87 |
88 /** @brief get the last modified header of a resource. | 88 /** @brief get the last modified header of a resource. |
89 * | 89 * |
90 * Connection should be established beforehand. | 90 * Connection should be established beforehand. |
91 * Modifies the error state. | 91 * Modifies the error state. |