summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-25 14:27:39 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-10-26 19:27:03 -0700
commitf871b8dfac8d8afffdeed0efa64e74c29299b193 (patch)
tree4952f4cd5219986eb6d419325c2532bd20c1c33b /desktop-widgets/diveplanner.h
parent484a50b6a817df60ab1650cf0739ade3a4928353 (diff)
downloadsubsurface-f871b8dfac8d8afffdeed0efa64e74c29299b193.tar.gz
cleanup: fix deprecated QFlags use
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/diveplanner.h')
-rw-r--r--desktop-widgets/diveplanner.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/diveplanner.h b/desktop-widgets/diveplanner.h
index 11da67b7d..af38f83af 100644
--- a/desktop-widgets/diveplanner.h
+++ b/desktop-widgets/diveplanner.h
@@ -43,7 +43,7 @@ private:
class DivePlannerWidget : public QWidget {
Q_OBJECT
public:
- explicit DivePlannerWidget(QWidget *parent = 0, Qt::WindowFlags f = 0);
+ explicit DivePlannerWidget(QWidget *parent = 0);
void setReplanButton(bool replan);
public
slots:
@@ -67,7 +67,7 @@ private:
class PlannerSettingsWidget : public QWidget {
Q_OBJECT
public:
- explicit PlannerSettingsWidget(QWidget *parent = 0, Qt::WindowFlags f = 0);
+ explicit PlannerSettingsWidget(QWidget *parent = 0);
~PlannerSettingsWidget();
public
slots: