QPen &QPen::operator=(const QPen &p) { qAtomicAssign(d, p.d); return *this; }
QColormap &QColormap::operator=(const QColormap &colormap) { qAtomicAssign(d, colormap.d); return *this; }
QSqlField& QSqlField::operator=(const QSqlField& other) { qAtomicAssign(d, other.d); val = other.val; return *this; }
/*! Copies the contents of the object given by \a other. Note: QDBusMessage objects are shared. Modifications made to the copy will affect the original one as well. See setDelayedReply() for more information. */ QDBusMessage &QDBusMessage::operator=(const QDBusMessage &other) { qAtomicAssign(d_ptr, other.d_ptr); return *this; }
/*! Copies the configuration and state of \a other. If \a other is null, this object will be null too. */ QSslConfiguration &QSslConfiguration::operator=(const QSslConfiguration &other) { qAtomicAssign(d, other.d); return *this; }
QSqlQuery& QSqlQuery::operator=(const QSqlQuery& other) { qAtomicAssign(d, other.d); return *this; }
QSqlRecord& QSqlRecord::operator=(const QSqlRecord& other) { qAtomicAssign(d, other.d); return *this; }
/*! Copies the contents of \a other into this key, making the two keys identical. Returns a reference to this QSslKey. */ QSslKey &QSslKey::operator=(const QSslKey &other) { qAtomicAssign(d, other.d); return *this; }
/*! Assigns \a other to this object. */ QSqlDatabase &QSqlDatabase::operator=(const QSqlDatabase &other) { qAtomicAssign(d, other.d); return *this; }
/*! Copies the \a other QDBusArgument object into this one. Both objects will therefore contain the same state from this point forward. QDBusArguments are explicitly shared and, therefore, any modification to either copy will affect the other one too. */ QDBusArgument &QDBusArgument::operator=(const QDBusArgument &other) { qAtomicAssign(d, other.d); return *this; }
/*! Copies the contents of \a other into this certificate, making the two certificates identical. */ QSslCertificate &QSslCertificate::operator=(const QSslCertificate &other) { qAtomicAssign(d, other.d); return *this; }
GeoDataCamera& GeoDataCamera::operator=( const GeoDataCamera &other ) { GeoDataAbstractView::operator=( other ); qAtomicAssign( d, other.d ); return *this; }
GeoDataLookAt& GeoDataLookAt::operator=( const GeoDataLookAt &other ) { GeoDataAbstractView::operator=( other ); qAtomicAssign( d, other.d ); return *this; }
BBCStation& BBCStation::operator=( const BBCStation &other ) { qAtomicAssign( d, other.d ); return *this; }
PropertyInfo &PropertyInfo::operator =(const PropertyInfo &other) { qAtomicAssign(d, other.d); return *this; }
EntityInstance &EntityInstance::operator =(const EntityInstance &other) { qAtomicAssign(d, other.d); return *this; }