| 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 | // if the output revision changes, you MUST change it in qobjectdefs.h too |
| 8 | enum { mocOutputRevision = 68 }; // moc format output revision |
| 9 | |
| 10 | #endif // OUTPUTREVISION_H |
| 11 |
