Merge pull request #536 from Texas-C/master

fix tiny build issue on Qt5.15.0 #535
This commit is contained in:
f4exb 2020-06-07 01:57:02 +02:00 committed by GitHub
commit 8ad440f893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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();
}
}