File indexing completed on 2024-04-28 15:30:57

0001 /*
0002     SPDX-FileCopyrightText: 2010 Christoph Cullmann <cullmann@kde.org>
0003 
0004     Based on code of the SmartCursor/Range by:
0005     SPDX-FileCopyrightText: 2003-2005 Hamish Rodda <rodda@kde.org>
0006 
0007     SPDX-License-Identifier: LGPL-2.0-or-later
0008 */
0009 
0010 #include "movinginterface.h"
0011 
0012 using namespace KTextEditor;
0013 
0014 MovingInterface::MovingInterface() = default;
0015 
0016 MovingInterface::~MovingInterface() = default;