* @brief Returns true when the selected group is a painter widget. */
| 1044 | * @brief Returns true when the selected group is a painter widget. |
| 1045 | */ |
| 1046 | bool DataModel::ProjectEditor::currentGroupIsPainter() const |
| 1047 | { |
| 1048 | return m_selectedGroup.widget == QLatin1String("painter"); |
| 1049 | } |
| 1050 | |
| 1051 | /** |
| 1052 | * @brief Returns the current group's ID, or -1 when no group is selected. |
no outgoing calls
no test coverage detected