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
227c75ea
Commit
227c75ea
authored
Dec 03, 2010
by
hjk
Browse files
debugger: compile fix
parent
d9210302
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/qml/qmlengine.cpp
View file @
227c75ea
...
...
@@ -612,12 +612,10 @@ void QmlEngine::sendPing()
sendMessage
(
reply
);
}
namespace
Internal
{
DebuggerEngine
*
createQmlEngine
(
const
DebuggerStartParameters
&
sp
)
{
return
new
QmlEngine
(
sp
);
}
}
// namespace Internal
unsigned
QmlEngine
::
debuggerCapabilities
()
const
{
...
...
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