mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* This looks like a typo.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user