Obsolete Members for QXmppPromise
The following members of class QXmppPromise are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(deprecated) | QXmppPromise(const QXmppPromise<T> &p) |
(deprecated) QXmppPromise<T> & | operator=(const QXmppPromise<T> &p) |
Member Function Documentation
[deprecated] QXmppPromise::QXmppPromise(const QXmppPromise<T> &p)
This function is deprecated. We strongly advise against using it in new code.
Copying a promise creates shared ownership via heap allocation. Move the promise instead.
[deprecated] QXmppPromise<T> &QXmppPromise::operator=(const QXmppPromise<T> &p)
This function is deprecated. We strongly advise against using it in new code.
Copying a promise creates shared ownership via heap allocation. Move the promise instead.