| 224 | } |
| 225 | |
| 226 | void CParameterRecord::SetImageFile(const QString &newImageFile) |
| 227 | { |
| 228 | if (m_szImageFile == newImageFile) |
| 229 | return; |
| 230 | m_szImageFile = newImageFile; |
| 231 | SetModified(true); |
| 232 | emit sigImageFileChanged(); |
| 233 | } |
| 234 | |
| 235 | const QString CParameterRecord::GetVideoPath() const |
| 236 | { |