Warning, file /include/QtCore/qcborstream.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005 #ifndef QCBORSTREAM_H
0006 #define QCBORSTREAM_H
0007
0008 #include <QtCore/qglobal.h>
0009
0010 #if QT_CONFIG(cborstreamreader)
0011 #include <QtCore/qcborstreamreader.h>
0012 #endif
0013
0014 #if QT_CONFIG(cborstreamwriter)
0015 #include <QtCore/qcborstreamwriter.h>
0016 #endif
0017
0018 QT_BEGIN_NAMESPACE
0019 QT_END_NAMESPACE
0020
0021 #endif