MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetVideoFile

Method SetVideoFile

Src/ParameterCompone/ParameterRecord.cpp:205–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205int 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
214QString CParameterRecord::GetImageFile(bool bAuto)
215{

Callers 2

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected