summaryrefslogtreecommitdiffstats
path: root/examples/embedded/flightinfo/flightinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/flightinfo/flightinfo.cpp')
-rw-r--r--examples/embedded/flightinfo/flightinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/embedded/flightinfo/flightinfo.cpp b/examples/embedded/flightinfo/flightinfo.cpp
index 0f8dfb5b6a..32f0cd4401 100644
--- a/examples/embedded/flightinfo/flightinfo.cpp
+++ b/examples/embedded/flightinfo/flightinfo.cpp
@@ -110,7 +110,7 @@ private:
public:
- FlightInfo(QMainWindow *parent = 0): QMainWindow(parent) {
+ FlightInfo(QMainWindow *parent = nullptr): QMainWindow(parent) {
QWidget *w = new QWidget(this);
ui.setupUi(w);