| 203 | } |
| 204 | |
| 205 | int CParameterRecord::SetVideoFile(const QString &szFile) |
| 206 | { |
| 207 | if(m_szVideoFile == szFile) |
| 208 | return 0; |
| 209 | SetModified(true); |
| 210 | m_szVideoFile = szFile; |
| 211 | return 0; |
| 212 | } |
| 213 | |
| 214 | QString CParameterRecord::GetImageFile(bool bAuto) |
| 215 | { |
no outgoing calls
no test coverage detected