mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Removed untrue comment.
This commit is contained in:
@@ -222,7 +222,6 @@ PlayableProxyModelPlaylistInterface::siblingIndex( int itemsAway, qint64 rootInd
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try to find the next available PlaylistItem (with results)
|
|
||||||
while ( idx.isValid() )
|
while ( idx.isValid() )
|
||||||
{
|
{
|
||||||
PlayableItem* item = proxyModel->itemFromIndex( proxyModel->mapToSource( idx ) );
|
PlayableItem* item = proxyModel->itemFromIndex( proxyModel->mapToSource( idx ) );
|
||||||
|
Reference in New Issue
Block a user