Removed Engine::locationDataReady() slot.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 3 Aug 2010 10:55:13 +0000 (13:55 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Tue, 3 Aug 2010 10:55:13 +0000 (13:55 +0300)
src/engine/engine.cpp
src/engine/engine.h

index 0134182..18eda77 100644 (file)
@@ -356,13 +356,6 @@ void SituareEngine::initializeGpsAndAutocentering()
     }
 }
 
-void SituareEngine::locationDataReady(QList<Location> &result)
-{
-    qDebug() << __PRETTY_FUNCTION__;
-
-    Q_UNUSED(result) /// @todo remove Q_UNUSED
-}
-
 void SituareEngine::locationSearch(QString location)
 {
     qDebug() << __PRETTY_FUNCTION__;
@@ -691,9 +684,6 @@ void SituareEngine::signalsFromRoutingService()
 {
     qDebug() << __PRETTY_FUNCTION__;
 
-    connect(m_routingService, SIGNAL(locationDataParsed(QList<Location>&)),
-            this, SLOT(locationDataReady(QList<Location>&)));
-
     connect(m_routingService, SIGNAL(routeParsed(Route&)),
             m_mapEngine, SLOT(setRoute(Route&)));
 
index b3546ad..e3cd72b 100644 (file)
@@ -88,13 +88,6 @@ public slots:
     void fetchUsernameFromSettings();
 
     /**
-    * @brief Slot to intercept signal when location search results are ready
-    *
-    * @param result list if location search results
-    */
-    void locationDataReady(QList<Location> &result);
-
-    /**
     * @brief Slot to intercept signal when location search is issued
     *
     * @param location QString location