mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Fix unused variable warning
This commit is contained in:
@@ -385,7 +385,6 @@ SourcesModel::removeItem( const Tomahawk::source_ptr& source )
|
|||||||
{
|
{
|
||||||
// qDebug() << "Removing source item from SourceTree:" << source->friendlyName();
|
// qDebug() << "Removing source item from SourceTree:" << source->friendlyName();
|
||||||
|
|
||||||
QModelIndex idx;
|
|
||||||
int rows = rowCount();
|
int rows = rowCount();
|
||||||
for ( int row = 0; row < rows; row++ )
|
for ( int row = 0; row < rows; row++ )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user