mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-21 00:55:45 +00:00
General: Replace NULL and '0' usages with nullptr where applicable
This commit is contained in:
@@ -9,7 +9,7 @@ class GRamView : public QHexEdit
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GRamView(QWidget* parent = NULL);
|
||||
GRamView(QWidget* parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void OnCPUStepped();
|
||||
|
||||
Reference in New Issue
Block a user