diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-05-08 02:06:19 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-05-08 02:06:19 (GMT) |
commit | cce83e2985bbdfe33d04162c3e20243e10ece46a (patch) | |
tree | c2b692089f2898a99fad9ef79920c4e4c17158ab /src/declarative/fx/qfxgridview.h | |
parent | 22ccc2041ab058b6b84c23dcf6852ee052579e49 (diff) | |
download | Qt-cce83e2985bbdfe33d04162c3e20243e10ece46a.zip Qt-cce83e2985bbdfe33d04162c3e20243e10ece46a.tar.gz Qt-cce83e2985bbdfe33d04162c3e20243e10ece46a.tar.bz2 |
setWidth() and setHeight() lost their virtual at some point :-/
Diffstat (limited to 'src/declarative/fx/qfxgridview.h')
-rw-r--r-- | src/declarative/fx/qfxgridview.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/declarative/fx/qfxgridview.h b/src/declarative/fx/qfxgridview.h index c612804..2bbfc40 100644 --- a/src/declarative/fx/qfxgridview.h +++ b/src/declarative/fx/qfxgridview.h @@ -109,9 +109,6 @@ public: int cellHeight() const; void setCellHeight(int); - virtual void setHeight(int height); - virtual void setWidth(int width); - static QObject *qmlAttachedProperties(QObject *); Q_SIGNALS: @@ -134,6 +131,7 @@ private Q_SLOTS: void itemsInserted(int index, int count); void itemsRemoved(int index, int count); void destroyRemoved(); + void sizeChange(); private: void refill(); |