1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

split out items in their own parts

make generic item take a funcptr so we keep the link going
This commit is contained in:
Leo Franchi
2011-04-22 14:43:44 -04:00
parent dd5c7b0af4
commit 6a323832a9
19 changed files with 1093 additions and 957 deletions

View File

@@ -413,10 +413,10 @@ ViewManager::showSuperCollection()
return shown;
}
void
Tomahawk::ViewPage*
ViewManager::showWelcomePage()
{
show( m_welcomeWidget );
return show( m_welcomeWidget );
}