mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-14 04:51:53 +02:00
and add semicolon
This commit is contained in:
parent
2c846c4ae2
commit
178095acc0
@ -293,7 +293,7 @@ SourcesModel::viewPageActivated( Tomahawk::ViewPage* page )
|
||||
// include DynamicWidget.h here (so can't dynamic_cast).
|
||||
// this could also be fixed by keeping a master list of playlists/sourcetreeitems... but that's even uglier i think. this is only called the first time a certain viewpage is clicked from external
|
||||
// sources.
|
||||
activatePlaylistPage( page, m_rootItem )
|
||||
activatePlaylistPage( page, m_rootItem );
|
||||
m_viewPageDelayedCacheItem = page;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user