mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-06 06:27:52 -05:00
general: Replace 0 literals with nullptr where applicable
This commit is contained in:
@ -53,7 +53,7 @@ class MicroProfileDialog : public QWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MicroProfileDialog(QWidget* parent = 0);
|
||||
MicroProfileDialog(QWidget* parent = nullptr);
|
||||
|
||||
/// Returns a QAction that can be used to toggle visibility of this dialog.
|
||||
QAction* toggleViewAction();
|
||||
|
Reference in New Issue
Block a user