* @brief Returns the current group's ID, or -1 when no group is selected. */
| 1052 | * @brief Returns the current group's ID, or -1 when no group is selected. |
| 1053 | */ |
| 1054 | int DataModel::ProjectEditor::currentGroupId() const |
| 1055 | { |
| 1056 | return m_selectedGroup.groupId; |
| 1057 | } |
| 1058 | |
| 1059 | /** |
| 1060 | * @brief Builds a QVariantList describing the current group's datasets so QML preview tooling can |