mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML-UI: log the full version at start
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2882a1ef41
commit
a639332edf
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue