qmljsinspector: give the context path dock widget a name

This commit is contained in:
hjk
2010-08-11 10:00:59 +02:00
parent c438c87281
commit 62334acb79

View File

@@ -389,6 +389,7 @@ bool Inspector::addQuotesForData(const QVariant &value) const
void Inspector::createDockWidgets()
{
m_crumblePath = new ContextCrumblePath;
m_crumblePath->setObjectName("QmlContextPath");
m_crumblePath->setWindowTitle("Context Path");
connect(m_crumblePath, SIGNAL(elementClicked(int)), SLOT(crumblePathElementClicked(int)));
Debugger::DebuggerUISwitcher *uiSwitcher = Debugger::DebuggerUISwitcher::instance();