From 1b87d19a64d45072e72980505a936df38dda4d72 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 1 Feb 2018 10:59:24 +0100 Subject: Debugger: Modernize Mostly nullptr instead of 0, but also a few bits of collateral damage. Change-Id: I921991272aca921dcdecf302dfff3716e79dfc24 Reviewed-by: David Schulz --- src/plugins/debugger/debuggersourcepathmappingwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/debugger/debuggersourcepathmappingwidget.h') diff --git a/src/plugins/debugger/debuggersourcepathmappingwidget.h b/src/plugins/debugger/debuggersourcepathmappingwidget.h index ec587a2007..4a4cabb294 100644 --- a/src/plugins/debugger/debuggersourcepathmappingwidget.h +++ b/src/plugins/debugger/debuggersourcepathmappingwidget.h @@ -52,7 +52,7 @@ class DebuggerSourcePathMappingWidget : public QGroupBox public: typedef QMap SourcePathMap; - explicit DebuggerSourcePathMappingWidget(QWidget *parent = 0); + explicit DebuggerSourcePathMappingWidget(QWidget *parent = nullptr); SourcePathMap sourcePathMap() const; void setSourcePathMap(const SourcePathMap &); -- cgit v1.2.1