mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Mark some more constructors as explicit
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user