mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 16:15:46 +00:00
General: Replace NULL and '0' usages with nullptr where applicable
This commit is contained in:
parent
b9125cec2e
commit
5c77b656b8
11 changed files with 38 additions and 38 deletions
|
@ -12,7 +12,7 @@ class CallstackWidget : public QDockWidget
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CallstackWidget(QWidget* parent = 0);
|
||||
CallstackWidget(QWidget* parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void OnDebugModeEntered();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue