Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/activeqt/container/qaxobject.cpp

    r2 r561  
    22**
    33** 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)
    56**
    67** This file is part of the ActiveQt framework of the Qt Toolkit.
     
    3839****************************************************************************/
    3940
    40 #ifndef UNICODE
    41 #define UNICODE
    42 #endif
    43 
    4441#include "qaxobject.h"
    4542
     
    127124
    128125/*!
    129     \reimp
     126    \internal
    130127*/
    131128const QMetaObject *QAxObject::metaObject() const
     
    135132
    136133/*!
    137     \reimp
     134    \internal
    138135*/
    139136const QMetaObject *QAxObject::parentMetaObject() const
     
    153150
    154151/*!
    155     \reimp
     152    \internal
    156153*/
    157154const char *QAxObject::className() const
     
    161158
    162159/*!
    163     \reimp
     160    \internal
    164161*/
    165162int QAxObject::qt_metacall(QMetaObject::Call call, int id, void **v)
Note: See TracChangeset for help on using the changeset viewer.