[Marble-commits] KDE/kdeedu/marble

Dennis Nienhüser earthwings at gentoo.org
Thu Oct 21 22:20:15 CEST 2010


SVN commit 1188262 by nienhueser:

Replace with a different, larger oxygen icon. Remove now uneeded signal/slot connection.

 M             data/bitmaps/routing_step.png  
 M  +0 -2      src/lib/routing/RoutingWidget.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/routing/RoutingWidget.cpp #1188261:1188262
@@ -203,8 +203,6 @@
              this, SLOT( retrieveSelectedPoint( GeoDataCoordinates ) ) );
     connect( d->m_routingLayer, SIGNAL( pointSelectionAborted() ),
              this, SLOT( pointSelectionCanceled() ) );
-    connect( d->m_routingLayer, SIGNAL( exportRequested() ),
-             this, SLOT( exportRoute() ) );
     connect( d->m_routingManager, SIGNAL( stateChanged( RoutingManager::State, RouteRequest* ) ),
              this, SLOT( updateRouteState( RoutingManager::State, RouteRequest* ) ) );
     connect( d->m_routeRequest, SIGNAL( positionAdded( int ) ),


More information about the Marble-commits mailing list