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

Method help

MiniZincIDE/ide.cpp:488–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void IDE::help()
489{
490 QDesktopServices::openUrl(QUrl(QString("http://docs.minizinc.dev/en/")+MINIZINC_IDE_VERSION+"/minizinc_ide.html"));
491}
492
493IDE::~IDE(void) {
494 QSettings settings;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected