Mercurial > hg > svcore
diff data/model/SparseTimeValueModel.h @ 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 | cc27f35aa75c |
line wrap: on
line diff
--- a/data/model/SparseTimeValueModel.h Fri Jul 18 11:07:30 2014 +0100 +++ b/data/model/SparseTimeValueModel.h Tue Sep 02 16:23:48 2014 +0100 @@ -111,6 +111,7 @@ QString getTypeName() const { return tr("Sparse Time-Value"); } virtual bool canPlay() const { return true; } + virtual bool getDefaultPlayAudible() const { return false; } // user must unmute /** * TabularModel methods.