diff options
Diffstat (limited to 'tracker-test')
-rw-r--r-- | tracker-test/test.cpp | 2 |
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())); |