| 218 | #undef E |
| 219 | |
| 220 | static bool itemHasContents(QQuickItem *item) |
| 221 | { |
| 222 | return item->flags().testFlag(QQuickItem::ItemHasContents); |
| 223 | } |
| 224 | |
| 225 | static bool isGoodCandidateItem(QQuickItem *item, bool ignoreItemHasContents = false) |
| 226 | { |
no test coverage detected