* @brief Returns the value of the "Compare method" setting. * @return The value of the "Compare method" setting */
| 796 | * @return The value of the "Compare method" setting |
| 797 | */ |
| 798 | inline int ProjectFileItem::GetCompareMethod() const |
| 799 | { |
| 800 | return m_nCompareMethod.value_or(0); |
| 801 | } |
| 802 | |
| 803 | /** |
| 804 | * @brief Set the value of the "Compare method" setting. |
no outgoing calls
no test coverage detected