mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 20:58:09 +00:00
General: Replace NULL and '0' usages with nullptr where applicable
This commit is contained in:
parent
b9125cec2e
commit
5c77b656b8
11 changed files with 38 additions and 38 deletions
|
@ -9,7 +9,7 @@ class GRamView : public QHexEdit
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GRamView(QWidget* parent = NULL);
|
||||
GRamView(QWidget* parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void OnCPUStepped();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue