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/settings/trash | |
| parent | cef4d96cc6ed30284815320b1f7ddb59f201589e (diff) | |
Fix all 'explicit constructor' krazy warnings
Diffstat (limited to 'src/settings/trash')
| -rw-r--r-- | src/settings/trash/trashsettingspage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/trash/trashsettingspage.h b/src/settings/trash/trashsettingspage.h index 57631b760..6faf3f61e 100644 --- a/src/settings/trash/trashsettingspage.h +++ b/src/settings/trash/trashsettingspage.h @@ -30,7 +30,7 @@ class TrashSettingsPage : public SettingsPageBase Q_OBJECT public: - TrashSettingsPage(QWidget* parent); + explicit TrashSettingsPage(QWidget* parent); ~TrashSettingsPage() override; /** @see SettingsPageBase::applySettings() */ |
