| 87 | } |
| 88 | |
| 89 | void MacroDock::SetConditionsTrueText(const StringVariable &text) |
| 90 | { |
| 91 | _conditionsTrueText = text; |
| 92 | UpdateText(); |
| 93 | } |
| 94 | |
| 95 | void MacroDock::SetConditionsFalseText(const StringVariable &text) |
| 96 | { |
no outgoing calls
no test coverage detected