| 70 | } |
| 71 | |
| 72 | void 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 | |
| 79 | void Parser::enableModel() |
| 80 | { |