summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qboxlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/kernel/qboxlayout.h')
-rw-r--r--src/widgets/kernel/qboxlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qboxlayout.h b/src/widgets/kernel/qboxlayout.h
index 9a0d993d5f..6bb8f8aafa 100644
--- a/src/widgets/kernel/qboxlayout.h
+++ b/src/widgets/kernel/qboxlayout.h
@@ -61,7 +61,7 @@ public:
enum Direction { LeftToRight, RightToLeft, TopToBottom, BottomToTop,
Down = TopToBottom, Up = BottomToTop };
- explicit QBoxLayout(Direction, QWidget *parent = Q_NULLPTR);
+ explicit QBoxLayout(Direction, QWidget *parent = nullptr);
~QBoxLayout();