1 | /* |
---|---|
2 | SPDX-FileCopyrightText: KDE Developers |
3 | |
4 | SPDX-License-Identifier: LGPL-2.0-or-later |
5 | */ |
6 | |
7 | #include "kateabstractinputmodefactory.h" |
8 | |
9 | KateAbstractInputModeFactory::KateAbstractInputModeFactory() |
10 | { |
11 | } |
12 | |
13 | KateAbstractInputModeFactory::~KateAbstractInputModeFactory() |
14 | { |
15 | } |
16 |