MCPcopy Create free account
hub / github.com/MITK/MITK / EmitWarning

Function EmitWarning

Modules/QtWidgetsExt/src/QmitkEditPointDialog.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include <QPushButton>
20
21static void EmitWarning(const QString &message, const QString &title)
22{
23 MITK_WARN << message.toStdString();
24 QMessageBox::warning(nullptr, title, message);
25}
26
27static bool ValidatePrecision(double value)
28{

Callers 1

ValidateCoordinateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected