mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
mobile: remove hasLocationSourceChanged interface
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
085c65b0c4
commit
7bf90fd208
2 changed files with 0 additions and 6 deletions
|
@ -1653,11 +1653,6 @@ void QMLManager::setLocationServiceAvailable(bool locationServiceAvailable)
|
|||
emit locationServiceAvailableChanged();
|
||||
}
|
||||
|
||||
void QMLManager::hasLocationSourceChanged()
|
||||
{
|
||||
setLocationServiceAvailable(GpsLocation::instance()->hasLocationsSource());
|
||||
}
|
||||
|
||||
void QMLManager::setVerboseEnabled(bool verboseMode)
|
||||
{
|
||||
m_verboseEnabled = verboseMode;
|
||||
|
|
|
@ -222,7 +222,6 @@ public slots:
|
|||
void screenChanged(QScreen *screen);
|
||||
void appendTextToLog(const QString &newText);
|
||||
void quit();
|
||||
void hasLocationSourceChanged();
|
||||
void btRescan();
|
||||
void usbRescan();
|
||||
void rescanConnections();
|
||||
|
|
Loading…
Reference in a new issue