1
0
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:
Christian Muehlhaeuser
2011-03-20 04:27:05 +01:00
parent eb72bb4b38
commit c046119a6c
3 changed files with 3 additions and 0 deletions

View File

@@ -117,4 +117,5 @@ bool
CollectionView::jumpToCurrentTrack()
{
scrollTo( proxyModel()->currentItem(), QAbstractItemView::PositionAtCenter );
return true;
}

View File

@@ -398,4 +398,5 @@ bool
DynamicWidget::jumpToCurrentTrack()
{
m_view->scrollTo( m_view->proxyModel()->currentItem(), QAbstractItemView::PositionAtCenter );
return true;
}

View File

@@ -152,4 +152,5 @@ bool
PlaylistView::jumpToCurrentTrack()
{
scrollTo( proxyModel()->currentItem(), QAbstractItemView::PositionAtCenter );
return true;
}