diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-10-25 14:27:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-26 19:27:03 -0700 |
commit | f871b8dfac8d8afffdeed0efa64e74c29299b193 (patch) | |
tree | 4952f4cd5219986eb6d419325c2532bd20c1c33b /desktop-widgets/starwidget.h | |
parent | 484a50b6a817df60ab1650cf0739ade3a4928353 (diff) | |
download | subsurface-f871b8dfac8d8afffdeed0efa64e74c29299b193.tar.gz |
cleanup: fix deprecated QFlags use
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/starwidget.h')
-rw-r--r-- | desktop-widgets/starwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/starwidget.h b/desktop-widgets/starwidget.h index daa4ffbf5..e972d6a88 100644 --- a/desktop-widgets/starwidget.h +++ b/desktop-widgets/starwidget.h @@ -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; |