Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
44:b3e8e047bc2c | 45:c6125d73faf4 |
---|---|
34 void showMessage(); | 34 void showMessage(); |
35 void iconActivated(QSystemTrayIcon::ActivationReason reason); | 35 void iconActivated(QSystemTrayIcon::ActivationReason reason); |
36 void checkUpdates(); | 36 void checkUpdates(); |
37 void handleNewList(const QString& fileName, const QDateTime& modDate); | 37 void handleNewList(const QString& fileName, const QDateTime& modDate); |
38 void handleNewSW(const QString& fileName, const QDateTime& modDate); | 38 void handleNewSW(const QString& fileName, const QDateTime& modDate); |
39 void downloaderError(const QString &message, Downloader::ErrorCode error); | 39 void downloaderError(const QString &message, SSLConnection::ErrorCode error); |
40 | 40 |
41 private: | 41 private: |
42 void verifyAvailableData(); | 42 void verifyAvailableData(); |
43 void createTrayIcon(); | 43 void createTrayIcon(); |
44 void createActions(); | 44 void createActions(); |