Changeset 769 for trunk/src/dbus/qdbusmarshaller.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/dbus/qdbusmarshaller.cpp
r651 r769 41 41 42 42 #include "qdbusargument_p.h" 43 #include "qdbusmetatype_p.h" 43 44 #include "qdbusutil_p.h" 44 45 … … 168 169 QByteArray tmpSignature; 169 170 const char *signature = 0; 170 if (int(id) == qMetaTypeId<QDBusArgument>()) {171 if (int(id) == QDBusMetaTypeId::argument) { 171 172 // take the signature from the QDBusArgument object we're marshalling 172 173 tmpSignature = … … 354 355 355 356 // intercept QDBusArgument parameters here 356 if (id == qMetaTypeId<QDBusArgument>()) {357 if (id == QDBusMetaTypeId::argument) { 357 358 QDBusArgument dbusargument = qvariant_cast<QDBusArgument>(arg); 358 359 QDBusArgumentPrivate *d = QDBusArgumentPrivate::d(dbusargument);
Note:
See TracChangeset
for help on using the changeset viewer.