1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 09:34:53 +02:00

* Emit empty query as selected, if it's so.

This commit is contained in:
Christian Muehlhaeuser
2014-08-25 13:14:46 +02:00
parent 1ae3222ceb
commit 90fd21f3f1

View File

@@ -359,6 +359,10 @@ TrackView::currentChanged( const QModelIndex& current, const QModelIndex& previo
{
emit querySelected( item->query() );
}
else
{
emit querySelected( query_ptr() );
}
}