mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-10 13:18:50 -04:00
General: Replace NULL and '0' usages with nullptr where applicable
This commit is contained in:
@@ -41,7 +41,7 @@ class GPUCommandListWidget : public QDockWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GPUCommandListWidget(QWidget* parent = 0);
|
||||
GPUCommandListWidget(QWidget* parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void OnToggleTracing();
|
||||
|
||||
Reference in New Issue
Block a user