| 87 | |
| 88 | |
| 89 | bool AutomatableModel::isAutomated() const |
| 90 | { |
| 91 | return AutomationPattern::isAutomated( this ); |
| 92 | } |
| 93 | |
| 94 | |
| 95 | void AutomatableModel::saveSettings( QDomDocument& doc, QDomElement& element, const QString& name ) |
no outgoing calls
no test coverage detected