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

André Wöbbeking woebbeking at kde.org
Fri Jan 29 17:09:56 CET 2010


SVN commit 1082058 by woebbe:

-pedantic

BTW, QWidget itself isn't copyable

 M  +1 -1      MarbleWidget.h  


--- trunk/KDE/kdeedu/marble/src/lib/MarbleWidget.h #1082057:1082058
@@ -1030,7 +1030,7 @@
     void updateAnimation(const GeoDataLookAt &lookat);
 
  private:
-    Q_DISABLE_COPY( MarbleWidget );
+    Q_DISABLE_COPY( MarbleWidget )
     MarbleWidgetPrivate  * const d;
 };
 


More information about the Marble-commits mailing list