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

    r769 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])
     
    5757#include "qdbusutil_p.h"
    5858
     59
     60
    5961QT_BEGIN_NAMESPACE
    6062
     
    824826
    825827    If the type you want to marshall is a QList, QVector or any of the
    826     Qt's \l {Generic Containers} that take one template parameter,
     828    Qt's \l {s} that take one template parameter,
    827829    you need not declare an \c{operator<<} function for it, since
    828830    QtDBus provides generic templates to do the job of marshalling
     
    951953
    952954    If the type you want to demarshall is a QList, QVector or any of the
    953     Qt's \l {Generic Containers} that take one template parameter, you
     955    Qt's \l {s} that take one template parameter, you
    954956    need not declare an \c{operator>>} function for it, since QtDBus
    955957    provides generic templates to do the job of demarshalling the data.
     
    13291331
    13301332QT_END_NAMESPACE
     1333
     1334
Note: See TracChangeset for help on using the changeset viewer.