[Marble-devel] [PATCH 10/13] Formatting changes.

Torsten Rahn tackat at t-online.de
Wed Mar 31 09:40:22 CEST 2010


Fine. We should really have a script for this ;-)

On Dienstag 30 März 2010 20:35:58 Jens-Michael Hoffmann wrote:
> Formatting changes.
> 
> ---
>  marble/src/lib/MergedLayerDecorator.h |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/marble/src/lib/MergedLayerDecorator.h
> b/marble/src/lib/MergedLayerDecorator.h index ab5bf9d..9394610 100644
> --- a/marble/src/lib/MergedLayerDecorator.h
> +++ b/marble/src/lib/MergedLayerDecorator.h
> @@ -36,12 +36,12 @@ class MergedLayerDecorator : public QObject
>      // The Parameter themeId is only used for displaying the TileId,
>      // which is a debugging feature, therefore at this point QString
> remains. void paint( const QString& themeId );
> -    void paintTileId(const QString& themeId);
> +    void paintTileId( const QString& themeId );
> 
> -    void setShowTileId(bool show);
> +    void setShowTileId( bool show );
>      bool showTileId() const;
> 
> -    void setTile(QImage* tile);
> +    void setTile( QImage* tile );
>      void setInfo( TileId const &id );
> 
>   Q_SIGNALS:



More information about the Marble-devel mailing list