]> git.lyx.org Git - features.git/blob - src/frontends/qt4/LyXKeySymFactory.cpp
abff60d7ede81bfcbf3766e30a31c2d8229da581
[features.git] / src / frontends / qt4 / LyXKeySymFactory.cpp
1 /**
2  * \file qt4/LyXKeySymFactory.cpp
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Asger & Jürgen
7  *
8  * Full author contact details are available in file CREDITS.
9  */
10
11 #include <config.h>
12
13 #include "frontends/LyXKeySymFactory.h"
14
15 #include "QLyXKeySym.h"
16
17
18 namespace lyx {
19
20 namespace LyXKeySymFactory {
21
22 LyXKeySym * create()
23 {
24         return new QLyXKeySym;
25 }
26
27 } // namespace LyXKeySymFactory
28
29
30 } // namespace lyx