| 205 | } |
| 206 | |
| 207 | void Project::loadLegacy(QDataStream& in, const QFileInfo& fi, ConfigWindow* configWindow, QStringList& warnings) |
| 208 | { |
| 209 | // Load old binary format of project |
| 210 | throw InternalError("This project format is no longer supported. Please use MiniZinc IDE version 2.4 to upgrade it."); |
| 211 | } |
| 212 | |
| 213 | void Project::saveProject() |
| 214 | { |
nothing calls this directly
no test coverage detected