| 235 | } |
| 236 | |
| 237 | void MacroConditionVariableEdit::VariableChanged(const QString &text) |
| 238 | { |
| 239 | GUARD_LOADING_AND_LOCK(); |
| 240 | _entryData->_variable = GetWeakVariableByQString(text); |
| 241 | emit HeaderInfoChanged( |
| 242 | QString::fromStdString(_entryData->GetShortDesc())); |
| 243 | } |
| 244 | |
| 245 | void MacroConditionVariableEdit::Variable2Changed(const QString &text) |
| 246 | { |
nothing calls this directly
no test coverage detected