* @brief Loads the default CSV template. */
| 570 | * @brief Loads the default CSV template. |
| 571 | */ |
| 572 | void DataModel::JsCodeEditor::loadDefaultTemplate(const bool guiTrigger) |
| 573 | { |
| 574 | DataModel::FrameParser::instance().loadDefaultTemplate(m_sourceId, guiTrigger); |
| 575 | } |
| 576 | |
| 577 | /** |
| 578 | * @brief Updates the editor colour scheme to match the active theme. |
no outgoing calls
no test coverage detected