mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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();
|
emit locationServiceAvailableChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
void QMLManager::hasLocationSourceChanged()
|
|
||||||
{
|
|
||||||
setLocationServiceAvailable(GpsLocation::instance()->hasLocationsSource());
|
|
||||||
}
|
|
||||||
|
|
||||||
void QMLManager::setVerboseEnabled(bool verboseMode)
|
void QMLManager::setVerboseEnabled(bool verboseMode)
|
||||||
{
|
{
|
||||||
m_verboseEnabled = verboseMode;
|
m_verboseEnabled = verboseMode;
|
||||||
|
|
|
@ -222,7 +222,6 @@ public slots:
|
||||||
void screenChanged(QScreen *screen);
|
void screenChanged(QScreen *screen);
|
||||||
void appendTextToLog(const QString &newText);
|
void appendTextToLog(const QString &newText);
|
||||||
void quit();
|
void quit();
|
||||||
void hasLocationSourceChanged();
|
|
||||||
void btRescan();
|
void btRescan();
|
||||||
void usbRescan();
|
void usbRescan();
|
||||||
void rescanConnections();
|
void rescanConnections();
|
||||||
|
|
Loading…
Reference in a new issue