\brief Enable or disable a specific preview feature Allows enabling or disabling experimental features, which are not enabled by default in the current release. Refer to PreviewFeature for additional information, and a list of the available features. \param feature the feature to enable / disable \param enable true for enable, false for disable \see PreviewFeature, getPreviewFeature
| 9749 | //! \see PreviewFeature, getPreviewFeature |
| 9750 | //! |
| 9751 | void setPreviewFeature(PreviewFeature feature, bool enable) noexcept |
| 9752 | { |
| 9753 | mImpl->setPreviewFeature(feature, enable); |
| 9754 | } |
| 9755 | |
| 9756 | //! |
| 9757 | //! \brief Get status of preview feature |
no outgoing calls
no test coverage detected