File indexing completed on 2024-05-05 03:58:01

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 }