Returns true if the child containers in this collection should be mutable. */
| 29 | |
| 30 | /** Returns true if the child containers in this collection should be mutable. */ |
| 31 | bool mutableChildren() const {return _mutableChildren;} |
| 32 | |
| 33 | void setMutableChildren(bool m) {assert(_mutable); _mutableChildren = m;} |
| 34 |
no outgoing calls
no test coverage detected