Skip to content
GitLab
Menu
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
ef800d29
Commit
ef800d29
authored
Feb 11, 2011
by
Friedemann Kleint
Browse files
Debugger[Tooltips]: Connect signals of QmlCppEngine.
parent
0ac879e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/qml/qmlcppengine.cpp
View file @
ef800d29
...
...
@@ -89,6 +89,8 @@ QmlCppEnginePrivate::QmlCppEnginePrivate(QmlCppEngine *parent,
SLOT
(
cppStackChanged
()),
Qt
::
QueuedConnection
);
connect
(
m_qmlEngine
->
stackHandler
()
->
model
(),
SIGNAL
(
modelReset
()),
SLOT
(
qmlStackChanged
()),
Qt
::
QueuedConnection
);
connect
(
m_cppEngine
,
SIGNAL
(
stackFrameCompleted
()),
q
,
SIGNAL
(
stackFrameCompleted
()));
connect
(
m_qmlEngine
,
SIGNAL
(
stackFrameCompleted
()),
q
,
SIGNAL
(
stackFrameCompleted
()));
}
void
QmlCppEnginePrivate
::
cppStackChanged
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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