lyx_mirror/src/frontends/qt2/LyXKeySymFactory.C
John Levon fd2e28d76b Missing files, get keyboard partly working
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4429 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-19 05:20:29 +00:00

23 lines
296 B
C

/**
* \file LyXKeySymFactory.C
* Copyright 2002 the LyX Team
* Read the file COPYING
*
* \author Asger & Juergen
*/
#include <config.h>
#include "frontends/LyXKeySymFactory.h"
#include "QLyXKeySym.h"
namespace LyXKeySymFactory {
LyXKeySym * create()
{
return new QLyXKeySym();
}
}