1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 04:21:51 +02:00

oops, resolve playlists :)

This commit is contained in:
Leo Franchi 2010-12-11 14:16:06 -05:00
parent 488672dc5c
commit 6ae37541e2

View File

@ -230,4 +230,6 @@ void SourceTreeItem::playlistAddedInternal( qlonglong ptr, const Tomahawk::playl
m_columns.at( 0 )->appendRow( subitem );
Q_ASSERT( qobject_cast<QTreeView*>((parent()->parent()) ) );
qobject_cast<QTreeView*>((parent()->parent()))->expandAll();
p->loadRevision();
}