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

Method MainWindow

MiniZincIDE/mainwindow.cpp:42–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#define BUILD_YEAR (__DATE__ + 7)
41
42MainWindow::MainWindow(const QString& project) :
43 ui(new Ui::MainWindow),
44 curEditor(nullptr),
45 code_checker(nullptr),
46 tmpDir(nullptr),
47 saveBeforeRunning(false),
48 processRunning(false)
49{
50 init(project);
51}
52
53MainWindow::MainWindow(const QStringList& files) :
54 ui(new Ui::MainWindow),

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected