1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 12:21:52 +02:00

* Style fix.

This commit is contained in:
Christian Muehlhaeuser
2012-11-14 10:18:09 +01:00
parent 96bf4650d0
commit 6e52b6d42e

View File

@@ -59,7 +59,6 @@ public:
}
virtual ~WelcomeWidgetInterface() {}
virtual Tomahawk::PlaylistModes::RepeatMode repeatMode() const { return m_w->ui->tracksView->proxyModel()->playlistInterface()->repeatMode(); }
virtual bool shuffled() const { return m_w->ui->tracksView->proxyModel()->playlistInterface()->shuffled(); }