mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-06 00:52:34 +02:00
oops, fix oversight
This commit is contained in:
parent
75cea47cfa
commit
ee8a0d6691
@ -361,7 +361,7 @@ SourceTreeView::dropEvent( QDropEvent* event )
|
||||
void
|
||||
SourceTreeView::keyPressEvent( QKeyEvent *event )
|
||||
{
|
||||
if( !selectionModel()->selectedIndexes().isEmpty() )
|
||||
if( event->key() == Qt::Key_Delete && !selectionModel()->selectedIndexes().isEmpty() )
|
||||
{
|
||||
QModelIndex idx = selectionModel()->selectedIndexes().first();
|
||||
if ( model()->data( idx, SourcesModel::SourceTreeItemTypeRole ) == SourcesModel::StaticPlaylist ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user