]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/LyXKeySymFactory.C
b73a100127060b8a4fee775a51a658f3b425c76b
[lyx.git] / src / frontends / qt4 / LyXKeySymFactory.C
1 /**
2  * \file qt2/LyXKeySymFactory.C
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 namespace LyXKeySymFactory {
18
19 LyXKeySym * create()
20 {
21         return new QLyXKeySym;
22 }
23
24 } // namespace LyXKeySymFactory