mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +02:00
Correct warning message in ColumnView.
This commit is contained in:
@@ -110,7 +110,7 @@ void
|
|||||||
ColumnView::setModel( QAbstractItemModel* model )
|
ColumnView::setModel( QAbstractItemModel* model )
|
||||||
{
|
{
|
||||||
Q_UNUSED( model );
|
Q_UNUSED( model );
|
||||||
tDebug() << "Explicitly use setPlaylistModel instead";
|
tDebug() << "Explicitly use setTreeModel instead";
|
||||||
Q_ASSERT( false );
|
Q_ASSERT( false );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user