| 185 | } |
| 186 | |
| 187 | void DemoKeeper::SaveGraph() |
| 188 | { |
| 189 | mFileDialogSave = true; |
| 190 | mFileDialog->setDialogInfo("Save as ...", "Save"); |
| 191 | mFileDialog->doModal(); |
| 192 | } |
| 193 | |
| 194 | void DemoKeeper::LoadGraph() |
| 195 | { |
nothing calls this directly
no test coverage detected