diff options
Diffstat (limited to 'src/declarative/fx/qfxanchors.h')
-rw-r--r-- | src/declarative/fx/qfxanchors.h | 3 |
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(); |