mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-09 18:57:53 -05:00
General: Replace NULL and '0' usages with nullptr where applicable
This commit is contained in:
@ -47,7 +47,7 @@ class GHotkeysDialog : public QDialog
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
GHotkeysDialog(QWidget* parent = NULL);
|
||||
GHotkeysDialog(QWidget* parent = nullptr);
|
||||
|
||||
private:
|
||||
Ui::hotkeys ui;
|
||||
|
Reference in New Issue
Block a user