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

Bastian Holst bastianholst at gmx.de
Wed Mar 31 18:58:55 CEST 2010


SVN commit 1109662 by bholst:

Removing some whitespaces

 M  +2 -2      GeoGraphicsItem.h  
 M  +4 -4      ScreenGraphicsItem.h  


--- trunk/KDE/kdeedu/marble/src/lib/graphicsview/GeoGraphicsItem.h #1109661:1109662
@@ -24,7 +24,7 @@
 
 namespace Marble
 {
-    
+
 class GeoDataCoordinates;
 class GeoDataLatLonAltBox;
 
@@ -143,7 +143,7 @@
  protected:
     explicit GeoGraphicsItem( GeoGraphicsItemPrivate *d_ptr );
 
- private:     
+ private:
     GeoGraphicsItemPrivate *p() const;
 };
 
--- trunk/KDE/kdeedu/marble/src/lib/graphicsview/ScreenGraphicsItem.h #1109661:1109662
@@ -38,7 +38,7 @@
     explicit ScreenGraphicsItem( MarbleGraphicsItem *parent = 0 );
     ScreenGraphicsItem( const QPointF& position, const QSizeF& size,
                         MarbleGraphicsItem *parent = 0 );
-    
+
     virtual ~ScreenGraphicsItem();
 
     /**
@@ -73,7 +73,7 @@
      * Positive y-coordinates are counted top-aligned from the top border of the parent item.
      */
     QPointF positivePosition() const;
-    
+
     /**
      * @brief Return the absolute position of the ScreenGraphicsItem
      *
@@ -96,14 +96,14 @@
      * be disabled. By default all flags are disabled.
      */
     void setFlags( GraphicsItemFlags flags );
-    
+
  protected:
     explicit ScreenGraphicsItem( ScreenGraphicsItemPrivate *d_ptr );
     ScreenGraphicsItem( const QPointF& position, const QSizeF& size,
                         ScreenGraphicsItemPrivate *d_ptr );
 
     virtual bool eventFilter( QObject *, QEvent * );
-     
+
  private:
     ScreenGraphicsItemPrivate *p() const;
 };


More information about the Marble-commits mailing list