mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 15:12:40 +00:00
General: Replace NULL and '0' usages with nullptr where applicable
This commit is contained in:
@@ -37,7 +37,7 @@ class GPUCommandStreamWidget : public QDockWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GPUCommandStreamWidget(QWidget* parent = 0);
|
||||
GPUCommandStreamWidget(QWidget* parent = nullptr);
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user