Skip to content
Snippets Groups Projects
Commit c8669cc1 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner: remove change in behaivour from 2.1

Because of overriding the double click id editing was not possible
anymore.
ChangeToComponent is still possible in the form editor.
parent bd898733
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ NavigatorView::NavigatorView(QObject* parent) :
m_widget->setTreeModel(m_treeModel.data());
connect(treeWidget()->selectionModel(), SIGNAL(selectionChanged(QItemSelection,QItemSelection)), this, SLOT(changeSelection(QItemSelection,QItemSelection)));
connect(treeWidget(), SIGNAL(doubleClicked(QModelIndex)), this, SLOT(changeToComponent(QModelIndex)));
treeWidget()->setIndentation(treeWidget()->indentation() * 0.5);
NameItemDelegate *idDelegate = new NameItemDelegate(this,m_treeModel.data());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment