! Sets the style of the ending decoration. */
| 5213 | Sets the style of the ending decoration. |
| 5214 | */ |
| 5215 | void QCPLineEnding::setStyle(QCPLineEnding::EndingStyle style) |
| 5216 | { |
| 5217 | mStyle = style; |
| 5218 | } |
| 5219 | |
| 5220 | /*! |
| 5221 | Sets the width of the ending decoration, if the style supports it. On arrows, for example, the |
no outgoing calls
no test coverage detected