mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 10:05:32 +02:00
* Fixed compiler warnings.
This commit is contained in:
@@ -117,4 +117,5 @@ bool
|
||||
CollectionView::jumpToCurrentTrack()
|
||||
{
|
||||
scrollTo( proxyModel()->currentItem(), QAbstractItemView::PositionAtCenter );
|
||||
return true;
|
||||
}
|
||||
|
@@ -398,4 +398,5 @@ bool
|
||||
DynamicWidget::jumpToCurrentTrack()
|
||||
{
|
||||
m_view->scrollTo( m_view->proxyModel()->currentItem(), QAbstractItemView::PositionAtCenter );
|
||||
return true;
|
||||
}
|
||||
|
@@ -152,4 +152,5 @@ bool
|
||||
PlaylistView::jumpToCurrentTrack()
|
||||
{
|
||||
scrollTo( proxyModel()->currentItem(), QAbstractItemView::PositionAtCenter );
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user