| 192 | } |
| 193 | |
| 194 | void DemoKeeper::LoadGraph() |
| 195 | { |
| 196 | mFileDialogSave = false; |
| 197 | mFileDialog->setDialogInfo("Load", "Load"); |
| 198 | mFileDialog->doModal(); |
| 199 | } |
| 200 | |
| 201 | void DemoKeeper::notifyInvalidateNode(BaseAnimationNode* _sender) |
| 202 | { |
nothing calls this directly
no test coverage detected