Warning, file /frameworks/ktexteditor/src/inputmode/kateabstractinputmodefactory.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     SPDX-FileCopyrightText: KDE Developers
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #include "kateabstractinputmodefactory.h"
0008 
0009 KateAbstractInputModeFactory::KateAbstractInputModeFactory()
0010 {
0011 }
0012 
0013 KateAbstractInputModeFactory::~KateAbstractInputModeFactory()
0014 {
0015 }