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

* Cleaned up TomahawkWindow.

This commit is contained in:
Christian Muehlhaeuser
2011-07-20 08:22:38 +02:00
parent 900be23fa0
commit 48b2c77e6b
4 changed files with 145 additions and 142 deletions

View File

@@ -970,16 +970,3 @@ ViewManager::showCurrentTrack()
}
}
void
ViewManager::onPlayClicked()
{
emit playClicked();
}
void
ViewManager::onPauseClicked()
{
emit pauseClicked();
}