Qml JS Debugger: Change context path from Creator's crumble path

This commit is contained in:
Lasse Holmstedt
2010-08-03 10:17:09 +02:00
parent 5f7969d08a
commit 3e9193021c
15 changed files with 57 additions and 4 deletions

View File

@@ -31,5 +31,10 @@ void ContextCrumblePath::updateContextPath(const QStringList &path)
}
}
bool ContextCrumblePath::isEmpty() const
{
return m_isEmpty;
}
} // namespace Internal
} // namespace QmlJSInspector