MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / errorMessageBox

Method errorMessageBox

static_libs/tooldatabase/tool.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void Tool::errorMessageBox(QWidget* parent) const
239{
240 QMessageBox::warning(parent, QObject::tr("No valid tool...!!!"), errorStr());
241}
242
243size_t Tool::hash() const
244{

Callers 6

createFileMethod · 0.80
createFileMethod · 0.80
createFileMethod · 0.80
createFileMethod · 0.80
createFileMethod · 0.80
createFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected