MCPcopy Create free account
hub / github.com/LibreCAD/LibreCAD / info

Function info

plugins/circletools/circletools.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60static void info(QWidget* parent, const QString& title, const QString& text) {
61 QMessageBox::information(parent, title, text);
62}
63
64static void warn(QWidget* parent, const QString& title, const QString& text) {
65 QMessageBox::warning(parent, title, text);

Callers 3

opFindMoveToLayerMethod · 0.85
opResizeSelectedMethod · 0.85
opFindResizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected