Ticket #110: qt4-gcc442.diff
File qt4-gcc442.diff, 1.9 KB (added by , 15 years ago) |
---|
-
src/gui/kernel/qapplication_pm.cpp
109 109 extern QCursor *qt_grab_cursor(); 110 110 111 111 extern void qt_WinQueryClipRegionOrRect(HWND hwnd, HRGN hrgn); // qwidget_pm.cpp 112 extern bool qt_sendSpontaneousEvent(QObject*, QEvent*); 112 113 113 114 extern QRegion qt_dirtyRegion(QWidget *); // qbackingstore.cpp 114 115 -
src/gui/kernel/qclipboard_pm.cpp
66 66 # define DEBUG(a) do {} while(0) 67 67 #endif 68 68 69 extern bool qt_sendSpontaneousEvent(QObject*, QEvent*); 70 69 71 QT_BEGIN_NAMESPACE 70 72 71 73 //////////////////////////////////////////////////////////////////////////////// -
src/tools/uic/utils.h
55 55 inline QString toString(const DomString *str) 56 56 { return str ? str->text() : QString(); } 57 57 58 58 59 inline QString fixString(const QString &str, const QString &indent) 59 60 { 60 61 QString cursegment; -
src/3rdparty/freetype/include/freetype/config/ftheader.h
184 184 # else 185 185 // On a newer compiler that works, we should completely remove any traces of 186 186 // this workaround from this file 187 # error "Please check the comment above this line!" 187 //# error "Please check the comment above this line!" 188 #define FT_FREETYPE_H <freetype/freetype.h> 188 189 # endif 189 190 #else 190 191 #define FT_FREETYPE_H <freetype/freetype.h>