1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02:00

Fix for broken compile

This commit is contained in:
Hugo Lindström
2011-11-21 08:43:06 +01:00
parent 3a500a6303
commit 7eb361f514

View File

@@ -93,7 +93,7 @@ SourceInfoWidget::~SourceInfoWidget()
void
SourceInfoWidget::onPlaybackFinished( const Tomahawk::query_ptr& query )
{
m_historyModel->insert( 0, query );
m_historyModel->insert( query, 0 );
}