Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 893:b61d5a289d8f
Hide after selecting to install the update
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 08 Aug 2014 14:37:02 +0200 |
parents | 1cc85fd3daa5 |
children | 2e7fff9d195a |
comparison
equal
deleted
inserted
replaced
892:4087e489f569 | 893:b61d5a289d8f |
---|---|
127 if (mCurState == NewListAvailable) { | 127 if (mCurState == NewListAvailable) { |
128 show(); | 128 show(); |
129 } | 129 } |
130 | 130 |
131 if (mCurState == NewSoftwareAvailable) { | 131 if (mCurState == NewSoftwareAvailable) { |
132 hide(); | |
132 verifySWData(); | 133 verifySWData(); |
133 QString swFileName = mSettings.value("Software/available").toString(); | 134 QString swFileName = mSettings.value("Software/available").toString(); |
134 if (swFileName.isEmpty()) { | 135 if (swFileName.isEmpty()) { |
135 checkUpdates(true); | 136 checkUpdates(true); |
136 mCurState = DownloadingSW; | 137 mCurState = DownloadingSW; |