Mark some more constructors as explicit

This commit is contained in:
Martin Kleusberg
2017-10-31 12:11:03 +01:00
parent ee32b3e4e1
commit 5a14e47419
5 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ class ForeignKeyEditor : public QWidget
Q_OBJECT
public:
ForeignKeyEditor(QWidget* parent = Q_NULLPTR)
explicit ForeignKeyEditor(QWidget* parent = Q_NULLPTR)
: QWidget(parent)
, tablesComboBox(new QComboBox(this))
, idsComboBox(new QComboBox(this))