Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qcborstream.h
Go to the documentation of this file.
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// Qt-Security score:significant reason:header-decls-only
5
6#ifndef QCBORSTREAM_H
7#define QCBORSTREAM_H
8
9#include <QtCore/qglobal.h>
10
11#if QT_CONFIG(cborstreamreader)
12#include <QtCore/qcborstreamreader.h>
13#endif
14
15#if QT_CONFIG(cborstreamwriter)
16#include <QtCore/qcborstreamwriter.h>
17#endif
18
21
22#endif // QCBORSTREAM_H
\inmodule QtSql