mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-28 23:57:54 -05: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