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

Method resetCounts

MiniZincIDE/ide.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void IDEStatistics::resetCounts(void) {
52 errorsShown = 0;
53 errorsClicked = 0;
54 modelsRun = 0;
55}
56
57struct IDE::Doc {
58 QTextDocument td;

Callers 1

versionCheckFinishedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected