blob: 6632164fed6a378e76f27be3e149b2b410524d8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\inmodule QtProtobuf
\relates QAbstractProtobufSerializer
\macro Q_PROTOBUF_OBJECT
Declares the propertyOrdering member in a class inheriting \l QProtobufMessage.
This is used as part of the code generated by the qtprotobufgen tool.
*/
|