general: Replace 0 literals with nullptr where applicable

This commit is contained in:
Lioncash 2015-09-11 23:04:19 -04:00
parent 042cc00150
commit 07bfe0abbb
5 changed files with 9 additions and 9 deletions

View file

@ -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;