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