mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 08:22:40 +00: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