Uses of Class
io.qt.core.QCborError
Packages that use QCborError
-
Uses of QCborError in io.qt.core
Methods in io.qt.core that return QCborErrorModifier and TypeMethodDescriptionQCborError.clone()
Creates and returns a copy of this object.final QCborError
QCborParserError.error()
final QCborError
QCborStreamReader.lastError()
Methods in io.qt.core with parameters of type QCborErrorModifier and TypeMethodDescriptionfinal boolean
QCborError.equals
(QCborError value2) Seeoperator==(QCborError,
QCborError) final void
QCborParserError.setError
(QCborError error) Constructors in io.qt.core with parameters of type QCborErrorModifierConstructorDescriptionQCborError
(QCborError other) SeeQCborError::
QCborError(QCborError) QCborParserError
(long offset, QCborError error) SeeQCborParserError::
QCborParserError{qint64, QCborError}