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

Jens-Michael Hoffmann jensmh at gmx.de
Mon Apr 26 12:28:53 CEST 2010


SVN commit 1118979 by jmhoffmann:

Disable copy operations on DownloadRegionDialog, LatLonBoxWidget and TileLevelRangeWidget
as these classes are indirectly derived from QObject.

 M  +1 -0      DownloadRegionDialog.h  
 M  +1 -0      LatLonBoxWidget.h  
 M  +1 -0      TileLevelRangeWidget.h  


--- trunk/KDE/kdeedu/marble/src/lib/DownloadRegionDialog.h #1118978:1118979
@@ -44,6 +44,7 @@
     void updateTilesCount();
 
  private:
+    Q_DISABLE_COPY( DownloadRegionDialog )
     class Private;
     Private * const d;
 };
--- trunk/KDE/kdeedu/marble/src/lib/LatLonBoxWidget.h #1118978:1118979
@@ -40,6 +40,7 @@
     void valueChanged();
 
  private:
+    Q_DISABLE_COPY( LatLonBoxWidget )
     class Private;
     Private * const d;
 };
--- trunk/KDE/kdeedu/marble/src/lib/TileLevelRangeWidget.h #1118978:1118979
@@ -45,6 +45,7 @@
     void bottomLevelChanged( int );
 
  private:
+    Q_DISABLE_COPY( TileLevelRangeWidget )
     class Private;
     Private * const d;
 };


More information about the Marble-commits mailing list