summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/windebuginterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/windebuginterface.h')
-rw-r--r--src/plugins/projectexplorer/windebuginterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/windebuginterface.h b/src/plugins/projectexplorer/windebuginterface.h
index c7de7f6b37..e59e5a4150 100644
--- a/src/plugins/projectexplorer/windebuginterface.h
+++ b/src/plugins/projectexplorer/windebuginterface.h
@@ -35,7 +35,7 @@ class WinDebugInterface : public QThread
Q_OBJECT
public:
- explicit WinDebugInterface(QObject *parent = 0);
+ explicit WinDebugInterface(QObject *parent = nullptr);
~WinDebugInterface() override;
static WinDebugInterface *instance();