mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Location service: report number of recorded GPS fixes
This is mostly for debugging, to make sure that the recording of GPS fixes works as expected. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4b39971978
commit
6a70793ba8
3 changed files with 8 additions and 1 deletions
|
@ -154,7 +154,8 @@ void QMLManager::applyGpsData()
|
|||
|
||||
QString QMLManager::logText() const
|
||||
{
|
||||
return m_logText;
|
||||
QString logText = m_logText + QString("\nNumer of GPS fixes: %1").arg(locationProvider->getGpsNum());
|
||||
return logText;
|
||||
}
|
||||
|
||||
void QMLManager::setLogText(const QString &logText)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue