Browse Source

Trade: exclude deprecated alias from code coverage.

pull/191/head
Vladimír Vondruš 8 years ago
parent
commit
792c31f4d0
  1. 2
      src/Magnum/Trade/ImageData.h

2
src/Magnum/Trade/ImageData.h

@ -294,7 +294,7 @@ template<UnsignedInt dimensions> class ImageData {
*
* @deprecated Cast @ref formatExtra() to @ref GL::PixelType instead.
*/
CORRADE_DEPRECATED("cast formatExtra() to GL::PixelType instead") GL::PixelType type() const { return GL::PixelType(formatExtra()); }
CORRADE_DEPRECATED("cast formatExtra() to GL::PixelType instead") GL::PixelType type() const { return GL::PixelType(formatExtra()); } /* LCOV_EXCL_LINE */
#endif
/**

Loading…
Cancel
Save