forked from qt-creator/qt-creator
QmlDesigner: Fix item library sections expand state persistence
The functionality was already there, but it didn't work, because non-invokable function was called from qml. Change-Id: I3e814b859d6f88836476de7aca12bc929aec31d6 Fixes: QDS-2142 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
|
||||
void setSearchText(const QString &searchText);
|
||||
|
||||
void setExpanded(bool, const QString §ion);
|
||||
Q_INVOKABLE void setExpanded(bool, const QString §ion);
|
||||
|
||||
void setFlowMode(bool);
|
||||
|
||||
|
Reference in New Issue
Block a user