mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
QML UI: add information about build time / run time Qt version
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0624e882e4
commit
f3065230a3
1 changed files with 2 additions and 0 deletions
|
@ -43,7 +43,9 @@ QMLManager::QMLManager() :
|
|||
{
|
||||
m_instance = this;
|
||||
appendTextToLog(getUserAgent());
|
||||
appendTextToLog(QString("build with Qt Version %1, runtime from Qt Version %2").arg(QT_VERSION_STR).arg(qVersion()));
|
||||
qDebug() << "Starting" << getUserAgent();
|
||||
qDebug() << QString("build with Qt Version %1, runtime from Qt Version %2").arg(QT_VERSION_STR).arg(qVersion());
|
||||
m_startPageText = tr("Searching for dive data");
|
||||
// create location manager service
|
||||
locationProvider = new GpsLocation(&appendTextToLogStandalone, this);
|
||||
|
|
Loading…
Reference in a new issue