Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
cacd1a91
Commit
cacd1a91
authored
Sep 02, 2010
by
Kai Koehne
Browse files
QmlDebugger: Use named variable instead of literal (SERVER_PORT)
parent
ba82227a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerengine.cpp
View file @
cacd1a91
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment