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/qdbusthreaddebug_p.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)
     
    5353//
    5454
     55#include <QtCore/qglobal.h>
     56
     57#ifndef QT_NO_DBUS
     58
    5559#if !defined(QDBUS_THREAD_DEBUG) && defined(QT_BUILD_INTERNAL)
    5660# define QDBUS_THREAD_DEBUG 1
     
    6064QT_BEGIN_NAMESPACE
    6165typedef void (*qdbusThreadDebugFunc)(int, int, QDBusConnectionPrivate *);
    62 QDBUS_EXPORT void qdbusDefaultThreadDebug(int, int, QDBusConnectionPrivate *);
    63 extern QDBUS_EXPORT qdbusThreadDebugFunc qdbusThreadDebug;
     66Q_DBUS_EXPORT void qdbusDefaultThreadDebug(int, int, QDBusConnectionPrivate *);
     67extern Q_DBUS_EXPORT qdbusThreadDebugFunc qdbusThreadDebug;
    6468QT_END_NAMESPACE
    6569#endif
     
    228232#endif
    229233
    230 #endif
     234#endif // QT_NO_DBUS
     235#endif
Note: See TracChangeset for help on using the changeset viewer.