See http://code.woboq.org/qt5/qtbase/src/network/ssl/qssl.h.html#75

Note that qdoc doesn't like it much.

Rich.

On 12 August 2015 at 13:36, Denis Shienkov <denis.shien...@gmail.com> wrote:

> Hi All.
>
> Is it possible to use QT_DEPRECATED_SINCE macro for the specific enum
> values? And, is any restrictions related to the different compilers?
>
> enum Numbers {
>     One,
>     Two,
> #if QT_DEPRECATED_SINCE(5, 2)
>     Three,
> #endif
>     Four
> };
>
> BR,
> Denis
>
> _______________________________________________
> Development mailing list
> Development@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
>
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to