1 | // Copyright (C) 2018 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
3 | |
4 | #ifndef QVIRTUALKEYBOARD_GLOBAL_H |
5 | #define QVIRTUALKEYBOARD_GLOBAL_H |
6 | |
7 | #include <QtCore/qglobal.h> |
8 | #include <QtVirtualKeyboard/qtvirtualkeyboard-config.h> |
9 | #include <QtVirtualKeyboard/qtvirtualkeyboardexports.h> |
10 | |
11 | #endif |
12 |