Qt4: cosmetic

This commit is contained in:
Ilkka Ollakka 2010-06-23 14:37:59 +03:00
parent e7fcaab6ff
commit 53849a6eb7
1 changed files with 1 additions and 2 deletions

View File

@ -477,8 +477,7 @@ QModelIndex PLModel::parent( const QModelIndex &index ) const
msg_Err( p_playlist, "----- PLEASE REPORT THIS ------" );
return createIndex( 0, 0, parentItem );
}
QModelIndex ind = createIndex(parentItem->row(), 0, parentItem);
return ind;
return createIndex(parentItem->row(), 0, parentItem);
}
int PLModel::columnCount( const QModelIndex &i) const