Lars Gullik Bjønnes wrote:
GuiWorkArea.C: In member function 'virtual void
lyx::frontend::GuiWorkArea::inputMethodEvent(QInputMethodEvent*)':
GuiWorkArea.C:606: error: 'class QInputMethodEvent' has no member named 'text'
I've checked in a fix:
GuiWorkArea::inputMethodEvent():
In Qt4.1.4, QInputMethodEvent has apparently no text() method, replaced
that preeditString() method.
As I don't understand much about this matter could you verify that this
is the proper fix? I don't understand though why you don't have this
problem with trunk...
Abdel.