debugger: in the qmldebugger, draw location marker _above_ breakpoints

This commit is contained in:
hjk
2011-01-19 18:53:04 +01:00
parent 78b06e7cac
commit 77afdb42af
2 changed files with 5 additions and 3 deletions

View File

@@ -97,7 +97,6 @@ void QmlCppEnginePrivate::cppStackChanged()
foreach (const StackFrame &frame, m_cppEngine->stackHandler()->frames()) {
if (frame.function.endsWith(firstFunction))
break;
qDebug() << firstFunction << frame.function;
frames.append(frame);
}
int level = frames.size();