summaryrefslogtreecommitdiff
path: root/examples/vehiclefunctions/climate_widget/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vehiclefunctions/climate_widget/mainwindow.cpp')
-rw-r--r--examples/vehiclefunctions/climate_widget/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vehiclefunctions/climate_widget/mainwindow.cpp b/examples/vehiclefunctions/climate_widget/mainwindow.cpp
index 50d1921..15dca4e 100644
--- a/examples/vehiclefunctions/climate_widget/mainwindow.cpp
+++ b/examples/vehiclefunctions/climate_widget/mainwindow.cpp
@@ -61,7 +61,7 @@ MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow),
m_buttonGroup(new QButtonGroup(this)),
- m_climateControl(0)
+ m_climateControl(nullptr)
{
ui->setupUi(this);