forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.6'
Conflicts: share/share.qbs src/plugins/cpptools/cppchecksymbols.cpp src/plugins/texteditor/behaviorsettingswidget.cpp Change-Id: Ia34060984f9c036b2f28a6411d796d41f55a3e37
This commit is contained in:
@@ -992,6 +992,11 @@ void WatchTreeView::setModel(QAbstractItemModel *model)
|
||||
SLOT(handleItemIsExpanded(QModelIndex)));
|
||||
}
|
||||
|
||||
void WatchTreeView::rowClicked(const QModelIndex &index)
|
||||
{
|
||||
currentEngine()->watchDataSelected(currentEngine()->watchHandler()->watchData(index)->iname);
|
||||
}
|
||||
|
||||
void WatchTreeView::handleItemIsExpanded(const QModelIndex &idx)
|
||||
{
|
||||
bool on = idx.data(LocalsExpandedRole).toBool();
|
||||
|
||||
Reference in New Issue
Block a user