summaryrefslogtreecommitdiffstats
path: root/src/widget
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-15 01:43:38 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-12-15 01:57:06 +0100
commit73c750df852e7b6336154acd65bd39de975feadc (patch)
tree0ccacc0c3773324e7e97512eb3d1a0526d0017c3 /src/widget
parent9326b65dd35d39c8180edc8c5200a84e81cd88c0 (diff)
Replace null pointer constants (e.g. NULL, 0) with nullptr
Diffstat (limited to 'src/widget')
-rw-r--r--src/widget/wtracktableview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wtracktableview.cpp b/src/widget/wtracktableview.cpp
index 7d360c66fb..273691df45 100644
--- a/src/widget/wtracktableview.cpp
+++ b/src/widget/wtracktableview.cpp
@@ -150,7 +150,7 @@ void WTrackTableView::loadTrackModel(QAbstractItemModel* model) {
return;
}
- TrackModel* newModel = 0;
+ TrackModel* newModel = nullptr;
/* If the model has not changed
* there's no need to exchange the headers