[EMAIL PROTECTED] wrote:
Author: younes
Date: Sun Jul 15 21:58:22 2007
New Revision: 19083

URL: http://www.lyx.org/trac/changeset/19083
Log:
Transfer q_key_state from GuiWorkArea to QKeySymbol.

==============================================================================
--- lyx-devel/branches/personal/younes/mvc/src/frontends/qt4/QKeySymbol.h 
(original)
+++ lyx-devel/branches/personal/younes/mvc/src/frontends/qt4/QKeySymbol.h Sun 
Jul 15 21:58:22 2007
@@ -81,6 +81,8 @@
        QString text_;
 };
+/// return the LyX key state from Qt's
+extern key_modifier::state q_key_state(Qt::KeyboardModifiers state);
} // namespace lyx

I should read all your posts before responding to one ;-)

Don't think it needs the extern modifier though...

A

Reply via email to