MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / customMessageOutput

Function customMessageOutput

ImagePlay/src/main.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47static MainWindow* mainWindow = 0;
48
49void customMessageOutput(QtMsgType type, const QMessageLogContext &context, const QString &msg)
50{
51 if (mainWindow)
52 mainWindow->logMessage(type, context, msg);
53}
54
55int main(int argc, char *argv[])
56{

Callers

nothing calls this directly

Calls 1

logMessageMethod · 0.80

Tested by

no test coverage detected