summaryrefslogtreecommitdiffstats
path: root/examples/qpa/windows/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpa/windows/window.h')
-rw-r--r--examples/qpa/windows/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qpa/windows/window.h b/examples/qpa/windows/window.h
index 5647688fbc..438be413b8 100644
--- a/examples/qpa/windows/window.h
+++ b/examples/qpa/windows/window.h
@@ -54,7 +54,7 @@
class Window : public QWindow
{
public:
- Window(QWindow *parent = 0);
+ Window(QWindow *parent = nullptr);
Window(QScreen *screen);
protected: