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:
@@ -413,10 +413,10 @@ ViewManager::showSuperCollection()
|
||||
return shown;
|
||||
}
|
||||
|
||||
void
|
||||
Tomahawk::ViewPage*
|
||||
ViewManager::showWelcomePage()
|
||||
{
|
||||
show( m_welcomeWidget );
|
||||
return show( m_welcomeWidget );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user