Mercurial > hg > svcore
diff data/model/Model.h @ 931:df82da55e86a warnfix_no_size_t
Disambiguate signals
author | Chris Cannam |
---|---|
date | Tue, 17 Jun 2014 15:24:55 +0100 |
parents | 59e7fe1b1003 |
children | d03b3d956358 |
line wrap: on
line diff
--- a/data/model/Model.h Tue Jun 17 14:49:49 2014 +0100 +++ b/data/model/Model.h Tue Jun 17 15:24:55 2014 +0100 @@ -235,7 +235,7 @@ * Emitted when a model has been edited (or more data retrieved * from cache, in the case of a cached model that generates slowly) */ - void modelChanged(int startFrame, int endFrame); + void modelChangedWithin(int startFrame, int endFrame); /** * Emitted when some internal processing has advanced a stage, but