From ff3f476ed816cff5fc38117979d181707f934639 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Fri, 3 Nov 2017 08:01:02 +0100 Subject: Use nullptr + add explicit keyword Test Plan: compile Reviewers: #dolphin, broulik Reviewed By: broulik Subscribers: #dolphin Differential Revision: https://phabricator.kde.org/D8637 --- src/search/dolphinfacetswidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/search/dolphinfacetswidget.h') diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h index 1c041a2f9..996829ee3 100644 --- a/src/search/dolphinfacetswidget.h +++ b/src/search/dolphinfacetswidget.h @@ -47,7 +47,7 @@ class DolphinFacetsWidget : public QWidget Q_OBJECT public: - explicit DolphinFacetsWidget(QWidget* parent = 0); + explicit DolphinFacetsWidget(QWidget* parent = nullptr); virtual ~DolphinFacetsWidget(); QString ratingTerm() const; -- cgit v1.3.1