Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/dbus/qdbuspendingreply.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    4848#include <QtDBus/qdbuspendingcall.h>
    4949
     50
     51
    5052QT_BEGIN_HEADER
    5153
     
    5456QT_MODULE(DBus)
    5557
    56 class QDBUS_EXPORT QDBusPendingReplyData: public QDBusPendingCall
     58class QDBUS_EXPORT QDBusPendingReplyData: public QDBusPendingCall
    5759{
    5860protected:
     
    8486    template<typename T1> inline int metaTypeFor(T1 * = 0)
    8587    { return qMetaTypeId<T1>(); }
    86     // specialise for QVariant, allowing it to be used in place of QDBusVariant
     88    // specialie for QVariant, allowing it to be used in place of QDBusVariant
    8789    template<> inline int metaTypeFor<QVariant>(QVariant *)
    8890    { return qMetaTypeId<QDBusVariant>(); }
     
    212214QT_END_HEADER
    213215
    214 #endif
     216#endif // QT_NO_DBUS
     217#endif
Note: See TracChangeset for help on using the changeset viewer.