18 lines
409 B
C
18 lines
409 B
C
/* NetHack 5.0 qt_post.h $NHDT-Date: 1781973096 2026/06/20 16:31:36 $ $NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.5 $ */
|
|
|
|
/*
|
|
* qt_post.h -- reverse part of qt_pre.h.
|
|
*
|
|
* #include after <Qt.../Qt...>.
|
|
*/
|
|
|
|
#if defined(__cplusplus)
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#elif defined(__GNUC__)
|
|
#pragma GCC diagnostic pop
|
|
#endif /* compiler-specific bits */
|
|
#endif /* __cplusplus */
|
|
|
|
/*qt_post.h*/
|