non-virtual methods:
| 1159 | |
| 1160 | // non-virtual methods: |
| 1161 | QList<QCPLayoutElement*> elements(QCP::MarginSide side) const { return mChildren.value(side); } |
| 1162 | bool isEmpty() const; |
| 1163 | void clear(); |
| 1164 |
nothing calls this directly
no outgoing calls
no test coverage detected