aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt/winrtrunnerhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/winrt/winrtrunnerhelper.h')
-rw-r--r--src/plugins/winrt/winrtrunnerhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/winrt/winrtrunnerhelper.h b/src/plugins/winrt/winrtrunnerhelper.h
index f900dd1772..785946e985 100644
--- a/src/plugins/winrt/winrtrunnerhelper.h
+++ b/src/plugins/winrt/winrtrunnerhelper.h
@@ -77,7 +77,7 @@ private:
QString m_debuggerExecutable;
QString m_debuggerArguments;
QString m_arguments;
- QString m_loopbackArguments;
+ QStringList m_loopbackArguments;
bool m_uninstallAfterStop = false;
Utils::QtcProcess *m_process = nullptr;
};