summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxitem.h')
-rw-r--r--src/declarative/fx/qfxitem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h
index 7ec1ab2..9d2113f 100644
--- a/src/declarative/fx/qfxitem.h
+++ b/src/declarative/fx/qfxitem.h
@@ -134,9 +134,11 @@ public:
qreal width() const;
void setWidth(qreal);
+ qreal implicitWidth() const;
qreal height() const;
void setHeight(qreal);
+ qreal implicitHeight() const;
TransformOrigin transformOrigin() const;
void setTransformOrigin(TransformOrigin);