mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 09:34:53 +02:00
Fix for broken compile
This commit is contained in:
@@ -93,7 +93,7 @@ SourceInfoWidget::~SourceInfoWidget()
|
|||||||
void
|
void
|
||||||
SourceInfoWidget::onPlaybackFinished( const Tomahawk::query_ptr& query )
|
SourceInfoWidget::onPlaybackFinished( const Tomahawk::query_ptr& query )
|
||||||
{
|
{
|
||||||
m_historyModel->insert( 0, query );
|
m_historyModel->insert( query, 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user