Mercurial > trustbridge
comparison ui/mainwindow.h @ 1231:dc1941e04373
Remove unused state. Only confusing the state model.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 24 Sep 2014 15:48:34 +0200 |
parents | 206eb5006c56 |
children | 9a482182f80f |
comparison
equal
deleted
inserted
replaced
1230:05b938021a24 | 1231:dc1941e04373 |
---|---|
66 /** | 66 /** |
67 * @enum CurrentState | 67 * @enum CurrentState |
68 * @brief The internal state of the application | 68 * @brief The internal state of the application |
69 */ | 69 */ |
70 enum CurrentState { | 70 enum CurrentState { |
71 BeforeDownload, /*! Initial state before a connection is tried. */ | |
72 NewListAvailable, /*! A new certificate list is available. */ | 71 NewListAvailable, /*! A new certificate list is available. */ |
73 NewSoftwareAvailable, /*! A new Software is avaialable. */ | 72 NewSoftwareAvailable, /*! A new Software is avaialable. */ |
74 DownloadingSW, /*! Download in progress. */ | 73 DownloadingSW, /*! Download in progress. */ |
75 TransferError, /*! An error happened on the last connection. */ | 74 TransferError, /*! An error happened on the last connection. */ |
76 NothingChanged /*! Update was susccessfull but nothing new is available. */ | 75 NothingChanged /*! Update was susccessfull but nothing new is available. */ |