| 1 | // Copyright (C) 2012 Denis Shienkov <[email protected]> |
|---|---|
| 2 | // Copyright (C) 2012 Laszlo Papp <[email protected]> |
| 3 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
| 4 | |
| 5 | #ifndef QSERIALPORTGLOBAL_H |
| 6 | #define QSERIALPORTGLOBAL_H |
| 7 | |
| 8 | #include <QtCore/qstring.h> |
| 9 | #include <QtCore/qglobal.h> |
| 10 | #include <QtSerialPort/qtserialportexports.h> |
| 11 | |
| 12 | #endif // QSERIALPORTGLOBAL_H |
| 13 |
