general: Replace 0 literals with nullptr where applicable
This commit is contained in:
parent
042cc00150
commit
07bfe0abbb
5 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue