mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-23 02:11:07 +00: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