[QGIS Commit] r12216 - trunk/qgis/src/core/composer
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sat Nov 21 14:56:48 EST 2009
Author: jef
Date: 2009-11-21 14:56:47 -0500 (Sat, 21 Nov 2009)
New Revision: 12216
Modified:
trunk/qgis/src/core/composer/qgscomposerlabel.h
Log:
fix warning
Modified: trunk/qgis/src/core/composer/qgscomposerlabel.h
===================================================================
--- trunk/qgis/src/core/composer/qgscomposerlabel.h 2009-11-21 19:55:25 UTC (rev 12215)
+++ trunk/qgis/src/core/composer/qgscomposerlabel.h 2009-11-21 19:56:47 UTC (rev 12216)
@@ -71,12 +71,12 @@
// Font
QFont mFont;
+ // Border between text and fram (in mm)
+ double mMargin;
+
// Font color
QColor mFontColor;
- // Border between text and fram (in mm)
- double mMargin;
-
/**Replaces replace '$CURRENT_DATE<(FORMAT)>' with the current date (e.g. $CURRENT_DATE(d 'June' yyyy)*/
void replaceDateText( QString& text ) const;
};
More information about the QGIS-commit
mailing list