mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-07 18:37:52 -05: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