1
0
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:
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 ); 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
{ {