1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef OUTPUTREVISION_H
5#define OUTPUTREVISION_H
6
7#include <QtCore/qglobal.h> // -- QtScxml
8
9QT_BEGIN_NAMESPACE // -- QtScxml
10
11// if the output revision changes, you MUST change it in qobjectdefs.h too
12enum { mocOutputRevision = 68 }; // moc format output revision
13
14QT_END_NAMESPACE // -- QtScxml
15
16#endif // OUTPUTREVISION_H
17

source code of qtscxml/tools/qscxmlc/outputrevision.h