* @brief Returns window type * @return Window type */
| 562 | * @return Window type |
| 563 | */ |
| 564 | inline int ProjectFileItem::GetWindowType() const |
| 565 | { |
| 566 | return m_nWindowType.value_or(-1); |
| 567 | } |
| 568 | |
| 569 | /** |
| 570 | * @brief Set window type |
no outgoing calls
no test coverage detected