aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/gesturerecognizer.cpp
blob: 266a5230044b31a453eabf97eae1ae4d42b69f71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#include <QtVirtualKeyboard/private/gesturerecognizer_p.h>

QT_BEGIN_NAMESPACE
namespace QtVirtualKeyboard {

GestureRecognizer::GestureRecognizer(QObject *parent) :
    QObject(parent)
{
}

} // namespace QtVirtualKeyboard
QT_END_NAMESPACE