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:
parent
488672dc5c
commit
6ae37541e2
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user