Fix build with Qt 5.15+

This commit is contained in:
sL1pKn07 2020-03-23 02:55:03 +01:00 committed by Ivan
parent ef10ed4499
commit 9de9ec1f01
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <QColorDialog>
#include <QPainter>
#include <QPixmap>
#include <QPainterPath>
pad_led_settings_dialog::pad_led_settings_dialog(const int& colorR, const int& colorG, const int& colorB, const bool& led_low_battery_blink, const bool& led_battery_indicator, const int& led_battery_indicator_brightness, QDialog * parent)
: QDialog(parent)