summaryrefslogtreecommitdiff
path: root/src/plugins/winrt/winrtdebugsupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/winrt/winrtdebugsupport.h')
-rw-r--r--src/plugins/winrt/winrtdebugsupport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/winrt/winrtdebugsupport.h b/src/plugins/winrt/winrtdebugsupport.h
index 995c3a0b73..0a8ed4e31a 100644
--- a/src/plugins/winrt/winrtdebugsupport.h
+++ b/src/plugins/winrt/winrtdebugsupport.h
@@ -38,11 +38,11 @@ class WinRtDebugSupport : public Debugger::DebuggerRunTool
Q_OBJECT
public:
- WinRtDebugSupport(ProjectExplorer::RunControl *runControl, QString *errorMessage);
+ explicit WinRtDebugSupport(ProjectExplorer::RunControl *runControl);
~WinRtDebugSupport();
private:
- static bool getFreePort(Utils::Port &qmlDebuggerPort, QString *errorMessage);
+ bool getFreePort(Utils::Port &qmlDebuggerPort);
WinRtRunnerHelper *m_runner = nullptr;
};