Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
outputrevision.h
Go to the documentation of this file.
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
8enum { mocOutputRevision = 68 }; // moc format output revision
9
10#endif // OUTPUTREVISION_H
@ mocOutputRevision