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

source code of ktexteditor/src/inputmode/kateabstractinputmodefactory.cpp