mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-23 12:23:41 +00: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