\brief Get the padding. \see setPostPadding()
| 1954 | //! \see setPostPadding() |
| 1955 | //! |
| 1956 | Dims getPostPadding() const noexcept |
| 1957 | { |
| 1958 | return mImpl->getPostPadding(); |
| 1959 | } |
| 1960 | |
| 1961 | //! |
| 1962 | //! \brief Set the padding mode. |
no outgoing calls
no test coverage detected