[Marble-commits] KDE/kdeedu/marble/src/lib/routing

Dennis Nienhüser earthwings at gentoo.org
Sun Apr 3 14:38:44 CEST 2011


SVN commit 1226961 by nienhueser:

Search the local database in routing queries.

 M  +2 -0      RoutingInputWidget.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/routing/RoutingInputWidget.cpp #1226960:1226961
@@ -128,6 +128,8 @@
         m_bookmarkAction( 0 ), m_mapInput( 0 ), m_currentLocationAction( 0 ),
         m_centerAction( 0 )
 {
+    m_runnerManager->setModel( m_marbleModel );
+
     bool const smallScreen = MarbleGlobal::getInstance()->profiles() & MarbleGlobal::SmallScreen;
     int const iconSize = smallScreen ? 32 : 16;
 


More information about the Marble-commits mailing list