summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qrubberband.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qrubberband.h')
-rw-r--r--src/widgets/widgets/qrubberband.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/widgets/qrubberband.h b/src/widgets/widgets/qrubberband.h
index 6f7ffea44f..c683c24a18 100644
--- a/src/widgets/widgets/qrubberband.h
+++ b/src/widgets/widgets/qrubberband.h
@@ -56,7 +56,7 @@ class Q_WIDGETS_EXPORT QRubberBand : public QWidget
public:
enum Shape { Line, Rectangle };
- explicit QRubberBand(Shape, QWidget * = Q_NULLPTR);
+ explicit QRubberBand(Shape, QWidget * = nullptr);
~QRubberBand();
Shape shape() const;