mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
* Remove debug in PlaylistView.
This commit is contained in:
@@ -89,7 +89,6 @@ PlaylistView::setPlaylistModel( PlaylistModel* model )
|
|||||||
void
|
void
|
||||||
PlaylistView::keyPressEvent( QKeyEvent* event )
|
PlaylistView::keyPressEvent( QKeyEvent* event )
|
||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO;
|
|
||||||
TrackView::keyPressEvent( event );
|
TrackView::keyPressEvent( event );
|
||||||
|
|
||||||
if ( !model() )
|
if ( !model() )
|
||||||
|
Reference in New Issue
Block a user