1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 00:12:06 +02:00

* This looks like a typo.

This commit is contained in:
Christian Muehlhaeuser 2013-09-04 18:10:45 +02:00
parent c756aa7667
commit 53cfb08980

View File

@ -715,7 +715,7 @@ PlayableModel::removeIndex( const QModelIndex& index, bool moreToCome )
Q_D( PlayableModel );
if ( QThread::currentThread() != thread() )
{
QMetaObject::invokeMethod( this, "remove",
QMetaObject::invokeMethod( this, "removeIndex",
Qt::QueuedConnection,
Q_ARG(const QModelIndex, index),
Q_ARG(bool, moreToCome) );
@ -771,6 +771,7 @@ PlayableModel::removeIndexes( const QList<QPersistentModelIndex>& indexes )
}
}
PlayableItem*
PlayableModel::rootItem() const
{