Mercurial > trustbridge
diff ui/mainwindow.h @ 45:c6125d73faf4
Move SSLConnection into it's own class
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 14 Mar 2014 16:40:53 +0000 |
parents | 9af6198deb8e |
children | f22a99f7cb69 |
line wrap: on
line diff
--- a/ui/mainwindow.h Fri Mar 14 16:06:40 2014 +0000 +++ b/ui/mainwindow.h Fri Mar 14 16:40:53 2014 +0000 @@ -36,7 +36,7 @@ void checkUpdates(); void handleNewList(const QString& fileName, const QDateTime& modDate); void handleNewSW(const QString& fileName, const QDateTime& modDate); - void downloaderError(const QString &message, Downloader::ErrorCode error); + void downloaderError(const QString &message, SSLConnection::ErrorCode error); private: void verifyAvailableData();