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
|
@ -15,7 +15,7 @@ class RegistersWidget : public QDockWidget
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
RegistersWidget(QWidget* parent = NULL);
|
||||
RegistersWidget(QWidget* parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void OnDebugModeEntered();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue