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/statusbar | |
| parent | cef4d96cc6ed30284815320b1f7ddb59f201589e (diff) | |
Fix all 'explicit constructor' krazy warnings
Diffstat (limited to 'src/statusbar')
| -rw-r--r-- | src/statusbar/dolphinstatusbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index 0b0004e47..8b872ace5 100644 --- a/src/statusbar/dolphinstatusbar.h +++ b/src/statusbar/dolphinstatusbar.h @@ -43,7 +43,7 @@ class DolphinStatusBar : public QWidget Q_OBJECT public: - DolphinStatusBar(QWidget* parent); + explicit DolphinStatusBar(QWidget* parent); ~DolphinStatusBar() override; QString text() const; |
