General: Replace NULL and '0' usages with nullptr where applicable
This commit is contained in:
parent
506ab06238
commit
60b3fc01a2
11 changed files with 38 additions and 38 deletions
|
@ -47,7 +47,7 @@ class GHotkeysDialog : public QDialog
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GHotkeysDialog(QWidget* parent = NULL);
|
||||
GHotkeysDialog(QWidget* parent = nullptr);
|
||||
|
||||
private:
|
||||
Ui::hotkeys ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue