1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 02:24:50 +02:00

Correct warning message in ColumnView.

This commit is contained in:
Christian Muehlhaeuser
2014-10-20 03:49:56 +02:00
parent e9c7fd7a16
commit 5e2253881f

View File

@@ -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 );
} }