Formatting
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
|
||||
MoodbarController::MoodbarController(Application *app, QObject *parent)
|
||||
: QObject(parent),
|
||||
app_(app),
|
||||
enabled_(false) {
|
||||
app_(app),
|
||||
enabled_(false) {
|
||||
|
||||
QObject::connect(app_->playlist_manager(), &PlaylistManager::CurrentSongChanged, this, &MoodbarController::CurrentSongChanged);
|
||||
QObject::connect(app_->player(), &Player::Stopped, this, &MoodbarController::PlaybackStopped);
|
||||
|
||||
Reference in New Issue
Block a user