Skip to content

Commit 098b18b

Browse files
author
jef
committedNov 21, 2009
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@12216 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 865fce9 commit 098b18b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/core/composer/qgscomposerlabel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ class CORE_EXPORT QgsComposerLabel: public QgsComposerItem
7171
// Font
7272
QFont mFont;
7373

74-
// Font color
75-
QColor mFontColor;
76-
7774
// Border between text and fram (in mm)
7875
double mMargin;
7976

77+
// Font color
78+
QColor mFontColor;
79+
8080
/**Replaces replace '$CURRENT_DATE<(FORMAT)>' with the current date (e.g. $CURRENT_DATE(d 'June' yyyy)*/
8181
void replaceDateText( QString& text ) const;
8282
};

0 commit comments

Comments
 (0)
Please sign in to comment.