1 | // Copyright (C) 2017 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
3 | |
4 | #include <QtVirtualKeyboard/private/gesturerecognizer_p.h> |
5 | |
6 | QT_BEGIN_NAMESPACE |
7 | namespace QtVirtualKeyboard { |
8 | |
9 | GestureRecognizer::GestureRecognizer(QObject *parent) : |
10 | QObject(parent) |
11 | { |
12 | } |
13 | |
14 | } // namespace QtVirtualKeyboard |
15 | QT_END_NAMESPACE |
16 |