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