| 300 | } // KnobGuiFile::checkFileModificationAndWarnInternal |
| 301 | |
| 302 | bool |
| 303 | KnobGuiFile::checkFileModificationAndWarn(SequenceTime time, |
| 304 | bool errorAndAbortRender) |
| 305 | { |
| 306 | return checkFileModificationAndWarnInternal(true, time, errorAndAbortRender); |
| 307 | } |
| 308 | |
| 309 | void |
| 310 | KnobGuiFile::onTextEdited() |
no outgoing calls
no test coverage detected