* @brief Returns the native parser template params for the global frame parser (source 0). */
| 1115 | * @brief Returns the native parser template params for the global frame parser (source 0). |
| 1116 | */ |
| 1117 | QJsonObject DataModel::ProjectModel::frameParserParams() const |
| 1118 | { |
| 1119 | if (m_sources.empty()) |
| 1120 | return QJsonObject(); |
| 1121 | |
| 1122 | return m_sources[0].frameParserParams; |
| 1123 | } |
| 1124 | |
| 1125 | /** |
| 1126 | * @brief Returns the native parser template params for the source, or source 0's. |
no test coverage detected