mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-21 21:25:52 +02:00
* Style fix.
This commit is contained in:
@@ -59,7 +59,6 @@ public:
|
|||||||
}
|
}
|
||||||
virtual ~WelcomeWidgetInterface() {}
|
virtual ~WelcomeWidgetInterface() {}
|
||||||
|
|
||||||
|
|
||||||
virtual Tomahawk::PlaylistModes::RepeatMode repeatMode() const { return m_w->ui->tracksView->proxyModel()->playlistInterface()->repeatMode(); }
|
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(); }
|
virtual bool shuffled() const { return m_w->ui->tracksView->proxyModel()->playlistInterface()->shuffled(); }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user