mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-28 13:17:52 -05:00
General: Replace NULL and '0' usages with nullptr where applicable
This commit is contained in:
@ -37,7 +37,7 @@ class ProfilerWidget : public QDockWidget
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
ProfilerWidget(QWidget* parent = 0);
|
||||
ProfilerWidget(QWidget* parent = nullptr);
|
||||
|
||||
private slots:
|
||||
void setProfilingInfoUpdateEnabled(bool enable);
|
||||
|
Reference in New Issue
Block a user