| 1 | // Copyright (C) 2019 The Qt Company Ltd. |
|---|---|
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
| 3 | // Qt-Security score:significant reason:default |
| 4 | |
| 5 | #ifndef QTHTTPSERVERGLOBAL_H |
| 6 | #define QTHTTPSERVERGLOBAL_H |
| 7 | |
| 8 | #include <QtCore/qglobal.h> |
| 9 | #include <QtHttpServer/qthttpserverexports.h> |
| 10 | |
| 11 | #endif // QTHTTPSERVERGLOBAL_H |
| 12 | |
| 13 |
