forked from qt-creator/qt-creator
bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Ifc258886f7d6e7d5b02caae8994210aeef221554 Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
This commit is contained in:
@@ -1084,7 +1084,7 @@ void WatchModel::insertData(const WatchData &data)
|
||||
QModelIndex idx = watchIndex(oldItem);
|
||||
emit dataChanged(idx, idx.sibling(idx.row(), 2));
|
||||
|
||||
// This works around https://bugreports.qt.nokia.com/browse/QTBUG-7115
|
||||
// This works around https://bugreports.qt-project.org/browse/QTBUG-7115
|
||||
// by creating and destroying a dummy child item.
|
||||
if (!hadChildren && oldItem->hasChildren) {
|
||||
WatchData dummy = data;
|
||||
|
||||
Reference in New Issue
Block a user