cleanup: fix deprecated QFlags use

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-10-25 14:27:39 -07:00
parent 484a50b6a8
commit f871b8dfac
12 changed files with 18 additions and 18 deletions

View file

@ -11,7 +11,7 @@ enum StarConfig {
class StarWidget : public QWidget {
Q_OBJECT
public:
explicit StarWidget(QWidget *parent = 0, Qt::WindowFlags f = 0);
explicit StarWidget(QWidget *parent = 0);
int currentStars() const;
QSize sizeHint() const override;