summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxanchors.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-29 23:27:14 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-29 23:27:14 (GMT)
commitef0f2901d4055bf53ac2bebb7fe2d5681900db19 (patch)
treeda4d64a3534d05a50614dd69458d14c2ecd87cfc /src/declarative/fx/qfxanchors.h
parenta915df4fa1217d2670348029d2d9fb709118ddc2 (diff)
downloadQt-ef0f2901d4055bf53ac2bebb7fe2d5681900db19.zip
Qt-ef0f2901d4055bf53ac2bebb7fe2d5681900db19.tar.gz
Qt-ef0f2901d4055bf53ac2bebb7fe2d5681900db19.tar.bz2
QFxItem cleanup.
Diffstat (limited to 'src/declarative/fx/qfxanchors.h')
-rw-r--r--src/declarative/fx/qfxanchors.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxanchors.h b/src/declarative/fx/qfxanchors.h
index c11080c..a1f5db8 100644
--- a/src/declarative/fx/qfxanchors.h
+++ b/src/declarative/fx/qfxanchors.h
@@ -147,6 +147,9 @@ public:
void setItem(QFxItem *item);
+ void classBegin();
+ void componentComplete();
+
Q_SIGNALS:
void leftMarginChanged();
void rightMarginChanged();