add debug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5326 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-09-22 00:06:11 +00:00
parent f209c9b6b4
commit e2f908a49c

View File

@ -13,12 +13,14 @@
#include <qnamespace.h>
#include "LString.h"
#include "debug.h"
/**
* Return true if the key event is a modifier.
*/
bool q_is_modifier(int qkey)
{
lyxerr[Debug::GUI] << "check modifier " << qkey << std::endl;
switch (qkey) {
case Qt::Key_Hyper_L:
case Qt::Key_Hyper_R: