mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 18:17:54 -05:00
general: Replace 0 literals with nullptr where applicable
This commit is contained in:
@ -150,7 +150,7 @@ void ProfilerWidget::setProfilingInfoUpdateEnabled(bool enable)
|
||||
|
||||
class MicroProfileWidget : public QWidget {
|
||||
public:
|
||||
MicroProfileWidget(QWidget* parent = 0);
|
||||
MicroProfileWidget(QWidget* parent = nullptr);
|
||||
|
||||
protected:
|
||||
void paintEvent(QPaintEvent* ev) override;
|
||||
|
Reference in New Issue
Block a user