Commit 94fa9601 authored by Rémi Duraffort's avatar Rémi Duraffort

Coding convention

parent e61cd9b7
...@@ -821,7 +821,7 @@ void PLModel::viewchanged( int meta ) ...@@ -821,7 +821,7 @@ void PLModel::viewchanged( int meta )
break; break;
} }
/* UNUSED emit layoutAboutToBeChanged(); */ /* UNUSED emit layoutAboutToBeChanged(); */
index = __MIN( index , rootItem->item_col_strings.count() ); index = __MIN( index, rootItem->item_col_strings.count() );
QModelIndex parent = createIndex( 0, 0, rootItem ); QModelIndex parent = createIndex( 0, 0, rootItem );
if( rootItem->i_showflags & meta ) if( rootItem->i_showflags & meta )
......
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