Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-11 09:21:51

0001 // Copyright (C) 2019 The Qt Company Ltd.
0002 // Copyright (C) 2018 Intel Corporation.
0003 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
0004 // Qt-Security score:significant reason:header-decls-only
0005 
0006 #ifndef QCBORSTREAM_H
0007 #define QCBORSTREAM_H
0008 
0009 #include <QtCore/qglobal.h>
0010 
0011 #if QT_CONFIG(cborstreamreader)
0012 #include <QtCore/qcborstreamreader.h>
0013 #endif
0014 
0015 #if QT_CONFIG(cborstreamwriter)
0016 #include <QtCore/qcborstreamwriter.h>
0017 #endif
0018 
0019 QT_BEGIN_NAMESPACE
0020 QT_END_NAMESPACE
0021 
0022 #endif // QCBORSTREAM_H