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

Function warn

plugins/circletools/circletools.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static void warn(QWidget* parent, const QString& title, const QString& text) {
65 QMessageBox::warning(parent, title, text);
66}
67
68// --- logging (debug) ---
69static QString circleToolsLogFilePath() {

Callers 5

promptLayerNameComboFunction · 0.85
promptReferenceCircleMethod · 0.85
opResizeSelectedMethod · 0.85
opFindResizeMethod · 0.85
execCommMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected