mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 01:24:11 +02:00
* Emit empty query as selected, if it's so.
This commit is contained in:
@@ -359,6 +359,10 @@ TrackView::currentChanged( const QModelIndex& current, const QModelIndex& previo
|
||||
{
|
||||
emit querySelected( item->query() );
|
||||
}
|
||||
else
|
||||
{
|
||||
emit querySelected( query_ptr() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user