* @brief Returns the current canvas width in logical pixels. */
| 1514 | * @brief Returns the current canvas width in logical pixels. |
| 1515 | */ |
| 1516 | qreal Widgets::PainterContext::width() const noexcept |
| 1517 | { |
| 1518 | return m_width; |
| 1519 | } |
| 1520 | |
| 1521 | /** |
| 1522 | * @brief Returns the current canvas height in logical pixels. |
no outgoing calls
no test coverage detected