summaryrefslogtreecommitdiff
path: root/src/activeqt/container/qaxselect.h
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-24 23:54:47 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-29 19:14:10 +0000
commitdef6c3c3e263d06a39b2370a122f080f24df26f9 (patch)
tree5799f6600b6f5751b4d97cb74b948f2cb7b10958 /src/activeqt/container/qaxselect.h
parent7c9db49830de90879ecf7a217386cc860c9eb206 (diff)
downloadqtactiveqt-def6c3c3e263d06a39b2370a122f080f24df26f9.tar.gz
Replace Q_NULLPTR with nullptr
Change-Id: I0df68cec43511537b61ddfe74bd677be7a598eae Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/activeqt/container/qaxselect.h')
-rw-r--r--src/activeqt/container/qaxselect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/activeqt/container/qaxselect.h b/src/activeqt/container/qaxselect.h
index 160b436..49e78b7 100644
--- a/src/activeqt/container/qaxselect.h
+++ b/src/activeqt/container/qaxselect.h
@@ -51,7 +51,7 @@ class QAxSelect : public QDialog
{
Q_OBJECT
public:
- explicit QAxSelect(QWidget *parent = Q_NULLPTR, Qt::WindowFlags flags = Qt::WindowFlags());
+ explicit QAxSelect(QWidget *parent = nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
~QAxSelect();
QString clsid() const;