mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Get rid of compiler warning.
This commit is contained in:
@@ -87,7 +87,7 @@ InboxModel::unlistenedCount( const QModelIndex& parent ) const
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
InboxModel::insertEntries( const QList< Tomahawk::plentry_ptr >& entries, int row, const QModelIndex& /* parent */, const QList< Tomahawk::PlaybackLog >& /* logs */ )
|
InboxModel::insertEntries( const QList< Tomahawk::plentry_ptr >& entries, int /* row */, const QModelIndex& /* parent */, const QList< Tomahawk::PlaybackLog >& /* logs */ )
|
||||||
{
|
{
|
||||||
QList< Tomahawk::plentry_ptr > toInsert;
|
QList< Tomahawk::plentry_ptr > toInsert;
|
||||||
for ( QList< Tomahawk::plentry_ptr >::const_iterator it = entries.constBegin();
|
for ( QList< Tomahawk::plentry_ptr >::const_iterator it = entries.constBegin();
|
||||||
|
Reference in New Issue
Block a user