We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 865fce9 commit 098b18bCopy full SHA for 098b18b
src/core/composer/qgscomposerlabel.h
@@ -71,12 +71,12 @@ class CORE_EXPORT QgsComposerLabel: public QgsComposerItem
71
// Font
72
QFont mFont;
73
74
- // Font color
75
- QColor mFontColor;
76
-
77
// Border between text and fram (in mm)
78
double mMargin;
79
+ // Font color
+ QColor mFontColor;
+
80
/**Replaces replace '$CURRENT_DATE<(FORMAT)>' with the current date (e.g. $CURRENT_DATE(d 'June' yyyy)*/
81
void replaceDateText( QString& text ) const;
82
};
0 commit comments