* @brief Closes the current subpath with a line to its starting point. */
| 912 | * @brief Closes the current subpath with a line to its starting point. |
| 913 | */ |
| 914 | void Widgets::PainterContext::closePath() |
| 915 | { |
| 916 | m_path.closeSubpath(); |
| 917 | } |
| 918 | |
| 919 | /** |
| 920 | * @brief Moves the path cursor to (x, y) without drawing. |