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

Jens-Michael Hoffmann jensmh at gmx.de
Fri Oct 9 15:08:41 CEST 2009


SVN commit 1033095 by jmhoffmann:

Drop unnecessary namespace qualifiers.

 M  +2 -2      MapThemeManager.h  


--- trunk/KDE/kdeedu/marble/src/lib/MapThemeManager.h #1033094:1033095
@@ -72,7 +72,7 @@
      * current theme into memory or by the MapThemeManager.
      */
     
-    static Marble::GeoSceneDocument* loadMapTheme( const QString& mapThemeStringID );
+    static GeoSceneDocument* loadMapTheme( const QString& mapThemeStringID );
 
  public Q_SLOTS:
     /**
@@ -105,7 +105,7 @@
      */
     static QStringList findMapThemes();
 
-    static Marble::GeoSceneDocument* loadMapThemeFile( const QString& mapThemePath );
+    static GeoSceneDocument* loadMapThemeFile( const QString& mapThemePath );
 
     /**
      * @brief Returns all directory paths and .dgml file paths below local and


More information about the Marble-commits mailing list