Changeset 669 for trunk/src/corelib/global/qglobal.h
- Timestamp:
- Mar 10, 2010, 10:00:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/global/qglobal.h
r652 r669 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) || (defined(Q_OS_OS2) && defined(Q_CC_GNU))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 … … 1339 1339 # define Q_GUI_EXPORT_INLINE inline 1340 1340 # endif 1341 1342 1343 1344 1345 1341 1346 #elif defined(Q_CC_RVCT) 1342 1347 // we force RVCT not to export inlines by passing --visibility_inlines_hidden
Note:
See TracChangeset
for help on using the changeset viewer.