Changeset 652 for trunk/src/corelib
- Timestamp:
- Mar 8, 2010, 3:39:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/global/qglobal.h
r651 r652 1328 1328 // Functions marked as Q_GUI_EXPORT_INLINE were exported and inlined by mistake. 1329 1329 // Compilers like MinGW complain that the import attribute is ignored. 1330 #if defined(Q_CC_MINGW) 1330 #if defined(Q_CC_MINGW) 1331 1331 # if defined(QT_BUILD_CORE_LIB) 1332 1332 # define Q_CORE_EXPORT_INLINE Q_CORE_EXPORT inline
Note:
See TracChangeset
for help on using the changeset viewer.