-----------------------------------------------------------------------------
| 162 | |
| 163 | //----------------------------------------------------------------------------- |
| 164 | bool ctkModelTester::nestedInserts()const |
| 165 | { |
| 166 | Q_D(const ctkModelTester); |
| 167 | return d->NestedInserts; |
| 168 | } |
| 169 | |
| 170 | |
| 171 | //----------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected