Changeset 846 for trunk/src/dbus/qdbusargument.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/dbus/qdbusargument.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 57 57 #include "qdbusutil_p.h" 58 58 59 60 59 61 QT_BEGIN_NAMESPACE 60 62 … … 824 826 825 827 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, 827 829 you need not declare an \c{operator<<} function for it, since 828 830 QtDBus provides generic templates to do the job of marshalling … … 951 953 952 954 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, you955 Qt's \l {s} that take one template parameter, you 954 956 need not declare an \c{operator>>} function for it, since QtDBus 955 957 provides generic templates to do the job of demarshalling the data. … … 1329 1331 1330 1332 QT_END_NAMESPACE 1333 1334
Note:
See TracChangeset
for help on using the changeset viewer.