Changeset 561 for trunk/src/activeqt/container/qaxobject.cpp
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/activeqt/container/qaxobject.cpp
r2 r561 2 2 ** 3 3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 4 ** Contact: Qt Software Information (qt-info@nokia.com) 4 ** All rights reserved. 5 ** Contact: Nokia Corporation (qt-info@nokia.com) 5 6 ** 6 7 ** This file is part of the ActiveQt framework of the Qt Toolkit. … … 38 39 ****************************************************************************/ 39 40 40 #ifndef UNICODE41 #define UNICODE42 #endif43 44 41 #include "qaxobject.h" 45 42 … … 127 124 128 125 /*! 129 \ reimp126 \internal 130 127 */ 131 128 const QMetaObject *QAxObject::metaObject() const … … 135 132 136 133 /*! 137 \ reimp134 \internal 138 135 */ 139 136 const QMetaObject *QAxObject::parentMetaObject() const … … 153 150 154 151 /*! 155 \ reimp152 \internal 156 153 */ 157 154 const char *QAxObject::className() const … … 161 158 162 159 /*! 163 \ reimp160 \internal 164 161 */ 165 162 int QAxObject::qt_metacall(QMetaObject::Call call, int id, void **v)
Note:
See TracChangeset
for help on using the changeset viewer.