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

Jens-Michael Hoffmann jensmh at gmx.de
Sun Nov 7 12:02:38 CET 2010


SVN commit 1193839 by jmhoffmann:

PlacemarkLayout: (ctor) Remove unneeded "explicit".

 M  +1 -1      PlacemarkLayout.h  


--- trunk/KDE/kdeedu/marble/src/lib/PlacemarkLayout.h #1193838:1193839
@@ -51,7 +51,7 @@
     /**
      * Creates a new place mark layout.
      */
-    explicit PlacemarkLayout( const QAbstractItemModel  *placemarkModel,
+    PlacemarkLayout( const QAbstractItemModel  *placemarkModel,
                               const QItemSelectionModel *selectionModel,
                               QObject *parent = 0 );
 


More information about the Marble-commits mailing list