[Marble-devel] [PATCH 10/13] Formatting changes.
Jens-Michael Hoffmann
jensmh at gmx.de
Tue Mar 30 20:35:58 CEST 2010
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:
--
1.7.0.3
More information about the Marble-devel
mailing list