mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-23 03:02:40 +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