1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-05-03 12:44:02 -04:00

fix tiny build issue on Qt5.15.0

This commit is contained in:
Texas.C 2020-06-07 02:24:26 +08:00 committed by Ryan Petris
parent 105ca24e57
commit b898babb2e
No known key found for this signature in database
GPG Key ID: C3D15EFA013E18C2

View File

@ -1,5 +1,6 @@
#include <QEvent>
#include <QPainter>
#include <QPainterPath>
#include <QMouseEvent>
#include "gui/rollupwidget.h"
#include "ui_glspectrumgui.h"
@ -390,4 +391,4 @@ void RollupWidget::setStreamIndicator(const QString& indicator)
{
m_streamIndicator = indicator;
update();
}
}