Files
qt4-x11/include/Qt/qrect.h
2025-08-24 20:55:26 +08:00

10 lines
301 B
C

#ifndef QT_NO_QT_INCLUDE_WARN
#if defined(__GNUC__)
#warning "Inclusion of header files from include/Qt is deprecated."
#elif defined(_MSC_VER)
#pragma message("WARNING: Inclusion of header files from include/Qt is deprecated.")
#endif
#endif
#include "../QtCore/qrect.h"