1// Copyright (C) 2019 The Qt Company Ltd.
2// Copyright (C) 2018 Intel Corporation.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4
5#ifndef QCBORSTREAM_H
6#define QCBORSTREAM_H
7
8#include <QtCore/qglobal.h>
9
10#if QT_CONFIG(cborstreamreader)
11#include <QtCore/qcborstreamreader.h>
12#endif
13
14#if QT_CONFIG(cborstreamwriter)
15#include <QtCore/qcborstreamwriter.h>
16#endif
17
18QT_BEGIN_NAMESPACE
19QT_END_NAMESPACE
20
21#endif // QCBORSTREAM_H
22

source code of qtbase/src/corelib/serialization/qcborstream.h