aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cerence/xt9/xt9common/xt9jime.h
blob: 57ed9168b8a7150d90940405185aaad4381a2ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#ifndef XT9JIME_H
#define XT9JIME_H

#include "xt9awime.h"

QT_BEGIN_NAMESPACE
namespace QtVirtualKeyboard {

class Xt9JIme : public Xt9AwIme
{
public:
    Xt9JIme(Xt9RequestCallback *requestCallback);
};

} // namespace QtVirtualKeyboard
QT_END_NAMESPACE

#endif // XT9JIME_H