Commit f4e0745e authored by Jakob Leben's avatar Jakob Leben

Revert "qt4: rebuild tree on updateTreeItem"

This reverts commit 0adb9ceb.
parent b2fdfb85
......@@ -803,8 +803,7 @@ void PLModel::updateChildren( playlist_item_t *p_node, PLItem *root )
void PLModel::updateTreeItem( PLItem *item )
{
if( !item ) return;
rebuild();
//emit dataChanged( index( item, 0 ) , index( item, columnCount( QModelIndex() ) ) );
emit dataChanged( index( item, 0 ) , index( item, columnCount( QModelIndex() ) ) );
}
/************************* Actions ******************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment