citra-qt: Make constructors explicit where applicable

This commit is contained in:
Lioncash
2016-12-11 07:22:10 -05:00
committed by linkmauve
parent 327b23e4ce
commit d0e4d1182b
15 changed files with 35 additions and 32 deletions

View File

@@ -42,7 +42,7 @@ class CSpinBox : public QAbstractSpinBox {
Q_OBJECT
public:
CSpinBox(QWidget* parent = nullptr);
explicit CSpinBox(QWidget* parent = nullptr);
void stepBy(int steps) override;
StepEnabled stepEnabled() const override;