Fix Clang warning.

This commit is contained in:
Roman Telezhynskyi 2023-01-05 15:52:00 +02:00
parent 33b2fb5ed0
commit e9ffd33d1a

View File

@ -32,7 +32,7 @@
#include "../qmuparser/qmuparsertest.h" #include "../qmuparser/qmuparsertest.h"
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------
void testMessageOutput(QtMsgType type, const QMessageLogContext &context, const QString &msg) inline void testMessageOutput(QtMsgType type, const QMessageLogContext &context, const QString &msg)
{ {
QByteArray localMsg = msg.toLocal8Bit(); QByteArray localMsg = msg.toLocal8Bit();
switch (type) switch (type)