* @brief Returns the native parser template id for the global frame parser (source 0). */
| 1092 | * @brief Returns the native parser template id for the global frame parser (source 0). |
| 1093 | */ |
| 1094 | QString DataModel::ProjectModel::frameParserTemplate() const |
| 1095 | { |
| 1096 | if (m_sources.empty()) |
| 1097 | return QString(); |
| 1098 | |
| 1099 | return m_sources[0].frameParserTemplate; |
| 1100 | } |
| 1101 | |
| 1102 | /** |
| 1103 | * @brief Returns the native parser template id for the source, or source 0's. |
no test coverage detected