1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Remove debug in PlaylistView.

This commit is contained in:
Christian Muehlhaeuser 2012-06-01 07:49:06 +02:00
parent 5ee92afb36
commit 137fce3445

View File

@ -89,7 +89,6 @@ PlaylistView::setPlaylistModel( PlaylistModel* model )
void
PlaylistView::keyPressEvent( QKeyEvent* event )
{
qDebug() << Q_FUNC_INFO;
TrackView::keyPressEvent( event );
if ( !model() )