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 b9125cec2e
commit 5c77b656b8
11 changed files with 38 additions and 38 deletions

View file

@ -41,7 +41,7 @@ class GPUCommandListWidget : public QDockWidget
Q_OBJECT
public:
GPUCommandListWidget(QWidget* parent = 0);
GPUCommandListWidget(QWidget* parent = nullptr);
public slots:
void OnToggleTracing();