MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / loadLegacy

Method loadLegacy

MiniZincIDE/project.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void 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
213void Project::saveProject()
214{

Callers

nothing calls this directly

Calls 1

InternalErrorClass · 0.85

Tested by

no test coverage detected