Commit 67a96ef7 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: PLModel: initialize member

parent 26b2eff7
......@@ -49,6 +49,7 @@
VLCProxyModel::VLCProxyModel( QObject *parent )
: QSortFilterProxyModel( parent ), VLCModelSubInterface()
{
for ( int i = 0; i <= SQLML_MODEL ; i++ ) sourcemodels[ i ] = NULL;
/* Because we can't directly plug the signal without mapping
the index to the proxy model, we need a conversion step.
*/
......
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