Skip to content
Snippets Groups Projects
Commit 49e809e8 authored by Olivier Goffart's avatar Olivier Goffart
Browse files

qmljsdebugger: Avoid use of uninitialized

parent d654612c
No related branches found
No related tags found
No related merge requests found
...@@ -187,6 +187,7 @@ QList<JSAgentWatchData> JSDebuggerAgent::getLocals(QScriptContext *ctx) ...@@ -187,6 +187,7 @@ QList<JSAgentWatchData> JSDebuggerAgent::getLocals(QScriptContext *ctx)
*/ */
JSDebuggerAgent::JSDebuggerAgent(QScriptEngine *engine) JSDebuggerAgent::JSDebuggerAgent(QScriptEngine *engine)
: QDeclarativeDebugService("JSDebugger"), QScriptEngineAgent(engine) : QDeclarativeDebugService("JSDebugger"), QScriptEngineAgent(engine)
, state(NoState)
{} {}
/*! /*!
......
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