mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: remove logText property
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f33c90ba6b
commit
085c65b0c4
2 changed files with 0 additions and 18 deletions
|
@ -1634,18 +1634,6 @@ int QMLManager::addDive()
|
|||
return diveId;
|
||||
}
|
||||
|
||||
QString QMLManager::logText() const
|
||||
{
|
||||
QString logText = m_logText + QString("\nNumer of GPS fixes: %1").arg(GpsLocation::instance()->getGpsNum());
|
||||
return logText;
|
||||
}
|
||||
|
||||
void QMLManager::setLogText(const QString &logText)
|
||||
{
|
||||
m_logText = logText;
|
||||
emit logTextChanged();
|
||||
}
|
||||
|
||||
void QMLManager::appendTextToLog(const QString &newText)
|
||||
{
|
||||
qDebug() << QString::number(timer.elapsed() / 1000.0,'f', 3) + ": " + newText;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue