diff options
| author | Elvis Angelaccio <[email protected]> | 2018-02-03 22:21:30 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-02-03 22:21:30 +0100 |
| commit | bf1081a824d9024a400d2ac2437f169c6765caa5 (patch) | |
| tree | 2905c41c966739469d86bcfd67b9678a1f020d9a /src/panels | |
| parent | cef4d96cc6ed30284815320b1f7ddb59f201589e (diff) | |
Fix all 'explicit constructor' krazy warnings
Diffstat (limited to 'src/panels')
| -rw-r--r-- | src/panels/information/phononwidget.h | 2 | ||||
| -rw-r--r-- | src/panels/places/placesitemlistgroupheader.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/information/phononwidget.h b/src/panels/information/phononwidget.h index 947f0cdac..eff613bd9 100644 --- a/src/panels/information/phononwidget.h +++ b/src/panels/information/phononwidget.h @@ -43,7 +43,7 @@ class PhononWidget : public QWidget { Q_OBJECT public: - PhononWidget(QWidget *parent = nullptr); + explicit PhononWidget(QWidget *parent = nullptr); void setUrl(const QUrl &url); QUrl url() const; diff --git a/src/panels/places/placesitemlistgroupheader.h b/src/panels/places/placesitemlistgroupheader.h index 4408aa9ef..727662241 100644 --- a/src/panels/places/placesitemlistgroupheader.h +++ b/src/panels/places/placesitemlistgroupheader.h @@ -27,7 +27,7 @@ class PlacesItemListGroupHeader : public KStandardItemListGroupHeader Q_OBJECT public: - PlacesItemListGroupHeader(QGraphicsWidget* parent = nullptr); + explicit PlacesItemListGroupHeader(QGraphicsWidget* parent = nullptr); ~PlacesItemListGroupHeader() override; protected: |
