* @brief Returns the editor's current text. */
| 135 | * @brief Returns the editor's current text. |
| 136 | */ |
| 137 | QString DataModel::JsCodeEditor::text() const |
| 138 | { |
| 139 | return m_widget.toPlainText(); |
| 140 | } |
| 141 | |
| 142 | /** |
| 143 | * @brief Returns the source ID this editor is bound to. |
no outgoing calls