diff options
| author | Montel Laurent <[email protected]> | 2017-11-03 08:01:02 +0100 |
|---|---|---|
| committer | Montel Laurent <[email protected]> | 2017-11-03 14:54:06 +0100 |
| commit | ff3f476ed816cff5fc38117979d181707f934639 (patch) | |
| tree | 3caabc1f9699531bb1c0b13a0f57092c3cf06490 /src/panels/places/placesitem.cpp | |
| parent | d1acb1d56e18f4adef3eba7fc61facb1db5deb75 (diff) | |
Use nullptr + add explicit keyword
Test Plan: compile
Reviewers: #dolphin, broulik
Reviewed By: broulik
Subscribers: #dolphin
Differential Revision: https://phabricator.kde.org/D8637
Diffstat (limited to 'src/panels/places/placesitem.cpp')
| -rw-r--r-- | src/panels/places/placesitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/places/placesitem.cpp b/src/panels/places/placesitem.cpp index 5b8e5dbef..93cc4d5c3 100644 --- a/src/panels/places/placesitem.cpp +++ b/src/panels/places/placesitem.cpp @@ -37,8 +37,8 @@ PlacesItem::PlacesItem(const KBookmark& bookmark, PlacesItem* parent) : m_volume(), m_disc(), m_mtp(), - m_signalHandler(0), - m_trashDirLister(0), + m_signalHandler(nullptr), + m_trashDirLister(nullptr), m_bookmark() { m_signalHandler = new PlacesItemSignalHandler(this); |
