turn off clang -Wshadow when processing some qt headers

removes recently added win/Qt/qt_undef.h and win/Qt/qt_redef.h
adds win/Qt/qt_pre.h win/Qt/qt_post.h
This commit is contained in:
nhmall
2020-07-18 08:31:51 -04:00
parent c9ea607e46
commit 9b58010880
27 changed files with 95 additions and 124 deletions

View File

@@ -17,12 +17,12 @@ extern "C" {
#undef min
#undef max
#include "qt_undef.h"
#include "qt_pre.h"
#include <QtGui/QtGui>
#if QT_VERSION >= 0x050000
#include <QtWidgets/QtWidgets>
#endif
#include "qt_redef.h"
#include "qt_post.h"
#include "qt_msg.h"
#include "qt_msg.moc"
#include "qt_map.h"