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

Method procFinished

MiniZincIDE/mainwindow.cpp:1399–1403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1397}
1398
1399void MainWindow::procFinished(int exitCode, qint64 time) {
1400 procFinished(exitCode);
1401 QString elapsedTime = setElapsedTime(time);
1402 ui->statusbar->clearMessage();
1403}
1404
1405void MainWindow::procFinished(int exitCode) {
1406 updateUiProcessRunning(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected