header reorganized

This commit is contained in:
Uwe Rathmann 2021-01-25 11:04:25 +01:00
parent 0ef91c060f
commit 41549a4392

View File

@ -57,7 +57,6 @@ class QSK_EXPORT QskQuickItem : public QQuickItem
bool hasChildItems() const;
QRectF geometry() const;
QRectF rect() const;
#if QT_VERSION < QT_VERSION_CHECK( 5, 10, 0 )
QSizeF size() const;
@ -65,6 +64,7 @@ class QSK_EXPORT QskQuickItem : public QQuickItem
QSizeF implicitSize() const;
void setGeometry( qreal x, qreal y, qreal width, qreal height );
QRectF geometry() const;
void setPolishOnResize( bool );
bool polishOnResize() const;