* @brief Returns the project setup()/loop() control script source. */
| 2177 | * @brief Returns the project setup()/loop() control script source. |
| 2178 | */ |
| 2179 | QString DataModel::ProjectModel::controlScriptCode() const |
| 2180 | { |
| 2181 | return m_controlScriptCode; |
| 2182 | } |
| 2183 | |
| 2184 | /** |
| 2185 | * @brief Stages a new control script and pushes it to the live runtime. |