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
Marco Bubke
flatpak-qt-creator
Commits
49e809e8
Commit
49e809e8
authored
Aug 03, 2010
by
Olivier Goffart
Browse files
qmljsdebugger: Avoid use of uninitialized
parent
d654612c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/qmljsdebugger/jsdebuggeragent.cpp
View file @
49e809e8
...
...
@@ -187,6 +187,7 @@ QList<JSAgentWatchData> JSDebuggerAgent::getLocals(QScriptContext *ctx)
*/
JSDebuggerAgent
::
JSDebuggerAgent
(
QScriptEngine
*
engine
)
:
QDeclarativeDebugService
(
"JSDebugger"
),
QScriptEngineAgent
(
engine
)
,
state
(
NoState
)
{}
/*!
...
...
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