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/qdbusutil.cpp

    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)
     
    4747
    4848#include "qdbusargument.h"
     49
     50#ifndef QT_NO_DBUS
    4951
    5052QT_BEGIN_NAMESPACE
     
    308310
    309311        Unique connection names start with a colon (":") and are followed by a list of dot-separated
    310         components composed of ASCII letters, digits, the hypen or the underscore ("_") character.
     312        components composed of ASCII letters, digits, the hyphen or the underscore ("_") character.
    311313    */
    312314    bool isValidUniqueConnectionName(const QString &connName)
     
    467469
    468470QT_END_NAMESPACE
     471
     472#endif // QT_NO_DBUS
Note: See TracChangeset for help on using the changeset viewer.