QML UI: more progress update on start page

Again, to help track down where things hang.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-02-12 12:17:47 -08:00
parent 45b0554a67
commit 1f5cf4b42d

View file

@ -288,6 +288,7 @@ void QMLManager::loadDivesWithValidCredentials()
} }
setCredentialStatus(VALID); setCredentialStatus(VALID);
appendTextToLog("Cloud credentials valid, loading dives..."); appendTextToLog("Cloud credentials valid, loading dives...");
setStartPageText("Cloud credentials valid, loading dives...");
loadDiveProgress(0); loadDiveProgress(0);
QString url; QString url;
if (getCloudURL(url)) { if (getCloudURL(url)) {