mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: remove deleteGpsFix interface
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
094a3b01c8
commit
f33c90ba6b
2 changed files with 0 additions and 6 deletions
|
@ -1634,11 +1634,6 @@ int QMLManager::addDive()
|
||||||
return diveId;
|
return diveId;
|
||||||
}
|
}
|
||||||
|
|
||||||
void QMLManager::deleteGpsFix(quint64 when)
|
|
||||||
{
|
|
||||||
GpsLocation::instance()->deleteGpsFix(when);
|
|
||||||
}
|
|
||||||
|
|
||||||
QString QMLManager::logText() const
|
QString QMLManager::logText() const
|
||||||
{
|
{
|
||||||
QString logText = m_logText + QString("\nNumer of GPS fixes: %1").arg(GpsLocation::instance()->getGpsNum());
|
QString logText = m_logText + QString("\nNumer of GPS fixes: %1").arg(GpsLocation::instance()->getGpsNum());
|
||||||
|
|
|
@ -222,7 +222,6 @@ public slots:
|
||||||
QString getDate(const QString& diveId);
|
QString getDate(const QString& diveId);
|
||||||
QString getGpsFromSiteName(const QString& siteName);
|
QString getGpsFromSiteName(const QString& siteName);
|
||||||
QString getVersion() const;
|
QString getVersion() const;
|
||||||
void deleteGpsFix(quint64 when);
|
|
||||||
void refreshDiveList();
|
void refreshDiveList();
|
||||||
void screenChanged(QScreen *screen);
|
void screenChanged(QScreen *screen);
|
||||||
void appendTextToLog(const QString &newText);
|
void appendTextToLog(const QString &newText);
|
||||||
|
|
Loading…
Add table
Reference in a new issue