┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placesitemsignalhandler.h
diff options
context:
space:
mode:
authorMontel Laurent <[email protected]>2017-11-03 08:01:02 +0100
committerMontel Laurent <[email protected]>2017-11-03 14:54:06 +0100
commitff3f476ed816cff5fc38117979d181707f934639 (patch)
tree3caabc1f9699531bb1c0b13a0f57092c3cf06490 /src/panels/places/placesitemsignalhandler.h
parentd1acb1d56e18f4adef3eba7fc61facb1db5deb75 (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/placesitemsignalhandler.h')
-rw-r--r--src/panels/places/placesitemsignalhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitemsignalhandler.h b/src/panels/places/placesitemsignalhandler.h
index f65b57fe1..6110f717d 100644
--- a/src/panels/places/placesitemsignalhandler.h
+++ b/src/panels/places/placesitemsignalhandler.h
@@ -47,7 +47,7 @@ class PlacesItemSignalHandler: public QObject
Q_OBJECT
public:
- explicit PlacesItemSignalHandler(PlacesItem* item, QObject* parent = 0);
+ explicit PlacesItemSignalHandler(PlacesItem* item, QObject* parent = nullptr);
virtual ~PlacesItemSignalHandler();
public slots: