mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-09-05 13:24:03 -07: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