* @brief Starts a new path, discarding any previous subpaths. */
| 904 | * @brief Starts a new path, discarding any previous subpaths. |
| 905 | */ |
| 906 | void Widgets::PainterContext::beginPath() |
| 907 | { |
| 908 | m_path = QPainterPath(); |
| 909 | } |
| 910 | |
| 911 | /** |
| 912 | * @brief Closes the current subpath with a line to its starting point. |
no outgoing calls
no test coverage detected