QML-UI: log the full version at start

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-12-20 08:02:05 -08:00
parent 2882a1ef41
commit a639332edf

View file

@ -41,6 +41,8 @@ QMLManager::QMLManager() :
mgr(0)
{
m_instance = this;
appendTextToLog(getUserAgent());
qDebug() << "Starting" << getUserAgent();
m_startPageText = tr("Searching for dive data");
// create location manager service
locationProvider = new GpsLocation(&appendTextToLogStandalone, this);