src/corelib/kernel/qobject.h
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
    89 # ifndef QT_NO_REGEXP
    89 # ifndef QT_NO_REGEXP
    90 template<typename T> inline QList<T> qFindChildren(const QObject *, const QRegExp &);
    90 template<typename T> inline QList<T> qFindChildren(const QObject *, const QRegExp &);
    91 # endif
    91 # endif
    92 #endif
    92 #endif
    93 
    93 
    94 class QObjectData {
    94 class
       
    95 #if defined(__INTEL_COMPILER) && defined(Q_OS_WIN)
       
    96 Q_CORE_EXPORT
       
    97 #endif
       
    98 QObjectData {
    95 public:
    99 public:
    96     virtual ~QObjectData() = 0;
   100     virtual ~QObjectData() = 0;
    97     QObject *q_ptr;
   101     QObject *q_ptr;
    98     QObject *parent;
   102     QObject *parent;
    99     QObjectList children;
   103     QObjectList children;