QmlOutline: Show non-leaf bindings even when filter is active

Otherwise we would filter out also e.g. all States elements.
This commit is contained in:
Kai Koehne
2010-08-12 12:47:25 +02:00
parent e05ba37ac3
commit 0783b1e40a
3 changed files with 9 additions and 8 deletions

View File

@@ -67,7 +67,8 @@ public:
enum ItemTypes {
ElementType,
PropertyType
ElementBindingType, // might contain elements as childs
NonElementBindingType // can be filtered out
};
QmlOutlineModel(QObject *parent = 0);