setAutoLayout defaults to true
This commit is contained in:
parent
c98a2a7032
commit
95391139f9
@ -21,7 +21,7 @@ class QSK_EXPORT QskIndexedLayoutBox : public QskBox
|
||||
explicit QskIndexedLayoutBox( QQuickItem* parent = nullptr );
|
||||
~QskIndexedLayoutBox() override;
|
||||
|
||||
void setAutoAddChildren( bool );
|
||||
void setAutoAddChildren( bool on = true );
|
||||
bool autoAddChildren() const;
|
||||
|
||||
Q_SIGNALS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user