Fix Clang warning.
This commit is contained in:
parent
33b2fb5ed0
commit
e9ffd33d1a
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user