summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/mainwindow.h
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2016-04-21 14:10:59 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2016-04-21 12:33:54 +0000
commitf342b8243e292525ba72c9b34cc6f416d2f11e96 (patch)
tree6a47b6b3b073e1ef0ec4c8d5bb2bbc4896579645 /examples/serialbus/can/mainwindow.h
parent7a05d8ed0f123372b29662c84c16f04140de5b28 (diff)
Use 'nullptr' where it is possible
Change-Id: I729e6b53cbc0b9a16c72c2351cc95d6bd7a2a0aa Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/serialbus/can/mainwindow.h')
-rw-r--r--examples/serialbus/can/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialbus/can/mainwindow.h b/examples/serialbus/can/mainwindow.h
index 52f9788..8e1b142 100644
--- a/examples/serialbus/can/mainwindow.h
+++ b/examples/serialbus/can/mainwindow.h
@@ -63,7 +63,7 @@ class MainWindow : public QMainWindow
Q_OBJECT
public:
- explicit MainWindow(QWidget *parent = 0);
+ explicit MainWindow(QWidget *parent = nullptr);
~MainWindow();
private Q_SLOTS: