Changeset 769 for trunk/src/dbus/qdbuspendingreply.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/qdbuspendingreply.cpp
r651 r769 253 253 void QDBusPendingReplyData::assign(const QDBusMessage &message) 254 254 { 255 d = new QDBusPendingCallPrivate ; // drops the reference to the old one255 d = new QDBusPendingCallPrivate(QDBusMessage(), 0); // drops the reference to the old one 256 256 d->replyMessage = message; 257 257 } … … 272 272 { 273 273 Q_ASSERT(d); 274 QMutexLocker locker(&d->mutex); 274 275 d->setMetaTypes(count, types); 275 276 d->checkReceivedSignature();
Note:
See TracChangeset
for help on using the changeset viewer.