mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +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 );
|
Q_D( PlayableModel );
|
||||||
if ( QThread::currentThread() != thread() )
|
if ( QThread::currentThread() != thread() )
|
||||||
{
|
{
|
||||||
QMetaObject::invokeMethod( this, "remove",
|
QMetaObject::invokeMethod( this, "removeIndex",
|
||||||
Qt::QueuedConnection,
|
Qt::QueuedConnection,
|
||||||
Q_ARG(const QModelIndex, index),
|
Q_ARG(const QModelIndex, index),
|
||||||
Q_ARG(bool, moreToCome) );
|
Q_ARG(bool, moreToCome) );
|
||||||
@@ -771,6 +771,7 @@ PlayableModel::removeIndexes( const QList<QPersistentModelIndex>& indexes )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
PlayableItem*
|
PlayableItem*
|
||||||
PlayableModel::rootItem() const
|
PlayableModel::rootItem() const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user