| 118 | } |
| 119 | |
| 120 | void CParameterRecord::SetEndAction(ENDACTION newEndAction) |
| 121 | { |
| 122 | if (m_EndAction == newEndAction) |
| 123 | return; |
| 124 | m_EndAction = newEndAction; |
| 125 | SetModified(true); |
| 126 | emit sigEndActionChanged(); |
| 127 | } |
| 128 | |
| 129 | QString CParameterRecord::GetImagePath() const |
| 130 | { |