| 229 | } |
| 230 | |
| 231 | int |
| 232 | App::timelineGetRightBound() const |
| 233 | { |
| 234 | double left, right; |
| 235 | |
| 236 | getInternalApp()->getFrameRange(&left, &right); |
| 237 | |
| 238 | return right; |
| 239 | } |
| 240 | |
| 241 | AppSettings::AppSettings(const SettingsPtr& settings) |
| 242 | : _settings(settings) |
no test coverage detected