| 720 | } |
| 721 | |
| 722 | std::pair<bool, bool> EffectStackModel::appendEffectWithUndo(const QString &effectId, Fun &undo, Fun &redo) |
| 723 | { |
| 724 | return doAppendEffect(effectId, true, {}, undo, redo); |
| 725 | } |
| 726 | |
| 727 | bool EffectStackModel::appendEffect(const QString &effectId, bool makeCurrent, stringMap params) |
| 728 | { |
no outgoing calls
no test coverage detected