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:
parent
2bd808995d
commit
15b1304fd1
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user