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

    r769 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)
     
    4747#include <QtCore/qvariant.h>
    4848
    49 #if defined(QDBUS_MAKEDLL)
    50 # define QDBUS_EXPORT Q_DECL_EXPORT
    51 #elif defined(QT_SHARED)
    52 # define QDBUS_EXPORT Q_DECL_IMPORT
    53 #else
    54 # define QDBUS_EXPORT
    55 #endif
    56 
    5749#ifndef Q_MOC_RUN
    5850# define Q_NOREPLY
     
    6759
    6860// prevent syncqt complaints
     61#ifndef QT_NO_DBUS
     62
    6963QT_BEGIN_HEADER
    7064QT_BEGIN_NAMESPACE
     
    7367QT_END_HEADER
    7468
     69#endif // QT_NO_DBUS
    7570#endif
Note: See TracChangeset for help on using the changeset viewer.