MCPcopy Create free account
hub / github.com/IENT/YUView / setRedirectPlotModel

Method setRedirectPlotModel

YUViewLib/src/parser/Parser.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void Parser::setRedirectPlotModel(HRDPlotModel *plotModel)
73{
74 Q_ASSERT_X(plotModel != nullptr, Q_FUNC_INFO, "Redirect pointer is NULL");
75 this->hrdPlotModel.reset(nullptr);
76 this->redirectPlotModel = plotModel;
77}
78
79void Parser::enableModel()
80{

Callers 1

runParsingOfFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected