diff options
Diffstat (limited to 'src/declarative/util/qfxview.h')
-rw-r--r-- | src/declarative/util/qfxview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/util/qfxview.h b/src/declarative/util/qfxview.h index b5592b8..3c4be20 100644 --- a/src/declarative/util/qfxview.h +++ b/src/declarative/util/qfxview.h @@ -89,6 +89,7 @@ Q_SIGNALS: private Q_SLOTS: void continueExecute(); + void sizeChanged(); protected: virtual void resizeEvent(QResizeEvent *); |