Changeset 652 for trunk/src/corelib


Ignore:
Timestamp:
Mar 8, 2010, 3:39:35 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

global: Avoid warning about the dllimport attribute is ignored.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/global/qglobal.h

    r651 r652  
    13281328// Functions marked as Q_GUI_EXPORT_INLINE were exported and inlined by mistake.
    13291329// Compilers like MinGW complain that the import attribute is ignored.
    1330 #if defined(Q_CC_MINGW)
     1330#if defined(Q_CC_MINGW)
    13311331#    if defined(QT_BUILD_CORE_LIB)
    13321332#      define Q_CORE_EXPORT_INLINE Q_CORE_EXPORT inline
Note: See TracChangeset for help on using the changeset viewer.