* @brief Gets the error layer * * The error layer is used to display error messages. */
| 1792 | * The error layer is used to display error messages. |
| 1793 | */ |
| 1794 | unsigned int error_layer () const |
| 1795 | { |
| 1796 | return m_layers.error_layer (); |
| 1797 | } |
| 1798 | |
| 1799 | /** |
| 1800 | * @brief Set the properties for a specified layer |
nothing calls this directly
no test coverage detected