Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Jose' Matos wrote:
| > OK, trying to compile your branch for qt4 only I get two errors:
| > ....
| > Application.C: In member function 'virtual bool
| > lyx::frontend::Application::x11EventFilter(XEvent*)':
| > Application.C:77: error: 'class lyx::frontend::GuiWorkArea' has no
| > member named 'view'
| > Application.C:82: error: 'class lyx::frontend::GuiWorkArea' has no
| > member named 'view'
| > make[7]: *** [Application.lo] Error 1
| > GuiWorkArea.C: In member function 'virtual void
| > lyx::frontend::GuiWorkArea::inputMethodEvent(QInputMethodEvent*)':
| > GuiWorkArea.C:606: error: 'class QInputMethodEvent' has no member named
'text'
| > ...
| >
|
| I just committed this patch which should fix it. Could you check Lars?
Still not working because of the error I get in GuiWorkArea.C
I'll check that.
| Log:
| Compilation Fix: WorkArea has no view() member anymore. Application
| needed a BufferView anyway so I replaced
| void setBufferView(BufferView * buffer_view);
| with
| void connect(GuiWorkArea * work_area);
The patch says the exact opposite...
Year I've noticed that afterward...
Abdel.