mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Replace Q_NULLPTR by nullptr
This commit is contained in:
@@ -11,7 +11,7 @@ class ForeignKeyEditor : public QWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ForeignKeyEditor(QWidget* parent = Q_NULLPTR)
|
||||
explicit ForeignKeyEditor(QWidget* parent = nullptr)
|
||||
: QWidget(parent)
|
||||
, tablesComboBox(new QComboBox(this))
|
||||
, idsComboBox(new QComboBox(this))
|
||||
|
||||
Reference in New Issue
Block a user