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/qdbuspendingcall.h

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    5050#include <QtDBus/qdbusmessage.h>
    5151
     52#ifndef QT_NO_DBUS
     53
    5254QT_BEGIN_HEADER
    5355
     
    6163
    6264class QDBusPendingCallPrivate;
    63 class QDBUS_EXPORT QDBusPendingCall
     65class Q_DBUS_EXPORT QDBusPendingCall
    6466{
    6567public:
     
    9597
    9698class QDBusPendingCallWatcherPrivate;
    97 class QDBUS_EXPORT QDBusPendingCallWatcher: public QObject, public QDBusPendingCall
     99class Q_DBUS_EXPORT QDBusPendingCallWatcher: public QObject, public QDBusPendingCall
    98100{
    99101    Q_OBJECT
     
    120122QT_END_HEADER
    121123
     124#endif // QT_NO_DBUS
    122125#endif
Note: See TracChangeset for help on using the changeset viewer.