|
||||
File indexing completed on 2025-01-18 10:07:18
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 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 // QCBORSTREAM_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |