Commit 53849a6e authored by Ilkka Ollakka's avatar Ilkka Ollakka

Qt4: cosmetic

parent e7fcaab6
......@@ -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
......
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