summaryrefslogtreecommitdiffhomepage
path: root/tracker-test/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-test/test.cpp')
-rw-r--r--tracker-test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-test/test.cpp b/tracker-test/test.cpp
index d37d7373..f93f1556 100644
--- a/tracker-test/test.cpp
+++ b/tracker-test/test.cpp
@@ -81,7 +81,7 @@ test_dialog::test_dialog()
connect(ui.buttonBox, &QDialogButtonBox::clicked, [this](QAbstractButton* btn) {
if (btn == ui.buttonBox->button(QDialogButtonBox::Abort))
- *(volatile int*)0 = 0;
+ *(volatile int*)nullptr = 0;
});
connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(doOK()));