aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-24 23:55:06 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-26 17:13:56 +0000
commit8b1769f9e33ffe820c39f8f2a43a575ab5ae7772 (patch)
tree579300539a7cd1b79ff98e804473027f9ac04042 /tests
parentb1ff51b6d555011e28ab8e9d28cddf88c88bfc46 (diff)
Replace Q_NULLPTR with nullptr
Change-Id: Ia07741ad7ee5174c03b12d6880e00d279a6d4eae Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/jumplist/testwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/jumplist/testwidget.h b/tests/manual/jumplist/testwidget.h
index 61ca4c6..0cae1ea 100644
--- a/tests/manual/jumplist/testwidget.h
+++ b/tests/manual/jumplist/testwidget.h
@@ -46,7 +46,7 @@ class TestWidget : public QMainWindow
Q_OBJECT
public:
- explicit TestWidget(QWidget *parent = Q_NULLPTR);
+ explicit TestWidget(QWidget *parent = nullptr);
~TestWidget();
void showFile(const QString &path);