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

André Wöbbeking woebbeking at kde.org
Tue Dec 14 16:37:16 CET 2010


SVN commit 1206482 by woebbe:

-pedantic

 M  +1 -1      lib/TextureLayer.h  
 M  +1 -1      plugins/declarative/MarbleDeclarativePlugin.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/TextureLayer.h #1206481:1206482
@@ -90,7 +90,7 @@
     friend class StackedTileLoader;
     void paintTile( StackedTile *tile, const GeoSceneTexture *textureLayer );
 
-    Q_PRIVATE_SLOT( d, void mapChanged() );
+    Q_PRIVATE_SLOT( d, void mapChanged() )
 
  private:
     class Private;
--- trunk/KDE/kdeedu/marble/src/plugins/declarative/MarbleDeclarativePlugin.cpp #1206481:1206482
@@ -40,4 +40,4 @@
 
 #include "MarbleDeclarativePlugin.moc"
 
-Q_EXPORT_PLUGIN2( MarbleDeclarativePlugin, Marble::Declarative::MarbleDeclarativePlugin );
+Q_EXPORT_PLUGIN2( MarbleDeclarativePlugin, Marble::Declarative::MarbleDeclarativePlugin )


More information about the Marble-commits mailing list