Skip to content
Snippets Groups Projects
Commit cacd1a91 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlDebugger: Use named variable instead of literal (SERVER_PORT)

parent ba82227a
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ DebuggerStartParameters::DebuggerStartParameters()
useTerminal(false),
breakAtMain(false),
qmlServerAddress("127.0.0.1"),
qmlServerPort(3768),
qmlServerPort(Constants::QML_DEFAULT_DEBUG_SERVER_PORT),
toolChainType(ToolChain::UNKNOWN),
startMode(NoStartMode),
executableUid(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment