Mercurial > hg > svcore
diff base/PlayParameterRepository.cpp @ 954:35b05cac32d0 tonioni
Update subrepos and merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 02 Sep 2014 16:23:48 +0100 |
parents | ad14e7ed096d |
children | 655cd4e68e9a |
line wrap: on
line diff
--- a/base/PlayParameterRepository.cpp Fri Jul 18 11:07:30 2014 +0100 +++ b/base/PlayParameterRepository.cpp Tue Sep 02 16:23:48 2014 +0100 @@ -49,6 +49,9 @@ params->setPlayClipId (playable->getDefaultPlayClipId()); + + params->setPlayAudible + (playable->getDefaultPlayAudible()); connect(params, SIGNAL(playParametersChanged()), this, SLOT(playParametersChanged()));