Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
949:5f7b509a441a | 954:35b05cac32d0 |
---|---|
47 PlayParameters *params = new PlayParameters; | 47 PlayParameters *params = new PlayParameters; |
48 m_playParameters[playable] = params; | 48 m_playParameters[playable] = params; |
49 | 49 |
50 params->setPlayClipId | 50 params->setPlayClipId |
51 (playable->getDefaultPlayClipId()); | 51 (playable->getDefaultPlayClipId()); |
52 | |
53 params->setPlayAudible | |
54 (playable->getDefaultPlayAudible()); | |
52 | 55 |
53 connect(params, SIGNAL(playParametersChanged()), | 56 connect(params, SIGNAL(playParametersChanged()), |
54 this, SLOT(playParametersChanged())); | 57 this, SLOT(playParametersChanged())); |
55 | 58 |
56 connect(params, SIGNAL(playClipIdChanged(QString)), | 59 connect(params, SIGNAL(playClipIdChanged(QString)), |