mobile: remove hasLocationSourceChanged interface
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
085c65b0c4
commit
7bf90fd208
@ -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…
x
Reference in New Issue
Block a user