Mercurial > trustbridge
diff ui/downloader.h @ 460:f8bed9008362
Added switch to download new available software.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 23 Apr 2014 16:34:41 +0200 |
parents | 17e1c8f37d72 |
children | 5834b340c54c |
line wrap: on
line diff
--- a/ui/downloader.h Wed Apr 23 13:47:33 2014 +0000 +++ b/ui/downloader.h Wed Apr 23 16:34:41 2014 +0200 @@ -49,7 +49,8 @@ const QDateTime& newestSW = QDateTime(), const QDateTime& newestList = QDateTime(), const QString& resourceSW = QString(), - const QString& resourceList = QString()); + const QString& resourceList = QString(), + bool downloadSW = true); ~Downloader(); @@ -80,6 +81,8 @@ QString mResourceSW; QString mResourceList; + bool mDownloadSW; + SSLConnection mSSLConnection; /** @brief get the last modified header of a resource.