* @brief Returns the current canvas height in logical pixels. */
| 1522 | * @brief Returns the current canvas height in logical pixels. |
| 1523 | */ |
| 1524 | qreal Widgets::PainterContext::height() const noexcept |
| 1525 | { |
| 1526 | return m_height; |
| 1527 | } |
| 1528 | |
| 1529 | //-------------------------------------------------------------------------------------------------- |
| 1530 | // Internal helpers |
no outgoing calls
no test coverage detected