General: Replace NULL and '0' usages with nullptr where applicable

This commit is contained in:
Lioncash 2015-09-11 14:50:10 -04:00
parent 506ab06238
commit 60b3fc01a2
11 changed files with 38 additions and 38 deletions

View file

@ -37,7 +37,7 @@ class ProfilerWidget : public QDockWidget
Q_OBJECT
public:
ProfilerWidget(QWidget* parent = 0);
ProfilerWidget(QWidget* parent = nullptr);
private slots:
void setProfilingInfoUpdateEnabled(bool enable);