Fcitx
userinterface.cpp
1 /*
2  * SPDX-FileCopyrightText: 2016-2016 CSSlayer <wengxt@gmail.com>
3  *
4  * SPDX-License-Identifier: LGPL-2.1-or-later
5  *
6  */
7 
8 #include "userinterface.h"
9 
10 namespace fcitx {
11 
12 UserInterface::~UserInterface() {}
13 
14 VirtualKeyboardUserInterface::~VirtualKeyboardUserInterface() {}
15 
16 } // namespace fcitx
Definition: action.cpp:17
Base class for User Interface addon.