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

Method SetImageFile

Src/ParameterCompone/ParameterRecord.cpp:226–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void 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
235const QString CParameterRecord::GetVideoPath() const
236{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected