summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxanchors_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-06-30 03:13:55 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-06-30 03:18:22 (GMT)
commit518cbf7d241cdbd2a4414df289f4bc91e7583edc (patch)
tree571749e96d3549a6624ac5b56f0494dbdac3ff26 /src/declarative/fx/qfxanchors_p.h
parent3c6648385e8637536292c1351ef0d52708bd07d2 (diff)
downloadQt-518cbf7d241cdbd2a4414df289f4bc91e7583edc.zip
Qt-518cbf7d241cdbd2a4414df289f4bc91e7583edc.tar.gz
Qt-518cbf7d241cdbd2a4414df289f4bc91e7583edc.tar.bz2
Change geometry-related properties from int to qreal.
Most related properties were already qreal.
Diffstat (limited to 'src/declarative/fx/qfxanchors_p.h')
-rw-r--r--src/declarative/fx/qfxanchors_p.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/declarative/fx/qfxanchors_p.h b/src/declarative/fx/qfxanchors_p.h
index 9ff6869..a7c904b 100644
--- a/src/declarative/fx/qfxanchors_p.h
+++ b/src/declarative/fx/qfxanchors_p.h
@@ -56,8 +56,8 @@
#include "qfxanchors.h"
#include "private/qobject_p.h"
-
QT_BEGIN_NAMESPACE
+
class QFxAnchorsPrivate : public QObjectPrivate
{
Q_DECLARE_PUBLIC(QFxAnchors)
@@ -119,12 +119,12 @@ public:
QFxAnchorLine hCenter;
QFxAnchorLine baseline;
- int leftMargin;
- int rightMargin;
- int topMargin;
- int bottomMargin;
- int vCenterOffset;
- int hCenterOffset;
+ qreal leftMargin;
+ qreal rightMargin;
+ qreal topMargin;
+ qreal bottomMargin;
+ qreal vCenterOffset;
+ qreal hCenterOffset;
};