| 1 | // Copyright (C) 2021 The Qt Company Ltd. |
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
| 3 | |
| 4 | // this file was generated by the generate.ts script |
| 5 | |
| 6 | #ifndef QLANGUAGESERVERGEN_P_P_H |
| 7 | #define QLANGUAGESERVERGEN_P_P_H |
| 8 | |
| 9 | // |
| 10 | // W A R N I N G |
| 11 | // ------------- |
| 12 | // |
| 13 | // This file is not part of the Qt API. It exists purely as an |
| 14 | // implementation detail. This header file may change from version to |
| 15 | // version without notice, or even be removed. |
| 16 | // |
| 17 | // We mean it. |
| 18 | // |
| 19 | |
| 20 | #include <QtLanguageServer/qtlanguageserverglobal.h> |
| 21 | #include <QtLanguageServer/private/qlanguageservergen_p.h> |
| 22 | #include <QtLanguageServer/private/qlanguageserverbase_p_p.h> |
| 23 | |
| 24 | QT_BEGIN_NAMESPACE |
| 25 | |
| 26 | namespace QLspSpecification { |
| 27 | |
| 28 | class ProtocolGenPrivate : public ProtocolBasePrivate |
| 29 | { |
| 30 | public: |
| 31 | }; |
| 32 | |
| 33 | } // namespace QLspSpecification |
| 34 | |
| 35 | QT_END_NAMESPACE |
| 36 | |
| 37 | #endif // QLANGUAGESERVERGEN_P_P_H |
| 38 | |