Qt 6.x
The Qt SDK
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
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
20
21#endif // QCBORSTREAM_H
Combined button and popup list for selecting options.