mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Use nullptr instead of NULL or 0.
This commit is contained in:
@@ -23,7 +23,7 @@ class ConfigWindow : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ConfigWindow(QWidget *parent = 0);
|
||||
explicit ConfigWindow(QWidget *parent = nullptr);
|
||||
~ConfigWindow();
|
||||
|
||||
QString getBrowserCommand();
|
||||
|
||||
Reference in New Issue
Block a user