1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-1170 Got rid of all compiler warnings in debuggadget plugin.

This commit is contained in:
m_thread 2014-02-26 17:21:38 +01:00
parent 2bd808995d
commit 15b1304fd1

View File

@ -43,6 +43,7 @@ QPointer<QTextBrowser> m_textedit;
void DebugGadgetWidget::customMessageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg)
{
Q_UNUSED(context);
QString txt;
QColor color = Qt::black;