Edwin Leuven <[EMAIL PROTECTED]> writes:
| Abdelrazak Younes wrote:
| > class GuiImplementation: public Gui
|
| class Gui: public GuiBase
|
| is prettier though...
No... I don't agree... the rest of the code is going to see 'Gui' if
anything,
class QtGui : public Gui
would have been ok with
On Tuesday 20 June 2006 15:33, Abdelrazak Younes wrote:
> shxxt, I'll do it now. Thanks.
Fixed, thanks. :-)
> Abdel.
--
José Abílio
Edwin Leuven wrote:
Abdelrazak Younes wrote:
shxxt, I'll do it now. Thanks.
had to add it to sconstruct as well (moc-able files...)
I've corrected that one earlier.
Abdel.
Abdelrazak Younes wrote:
shxxt, I'll do it now. Thanks.
had to add it to sconstruct as well (moc-able files...)
Jose' Matos wrote:
On Tuesday 20 June 2006 10:34, Abdelrazak Younes wrote:
In preparation for the next round of GUI API cleanup.
Abdel.
Log:
t4/QtView renamed to GuiView
You forgot to update autotools:
shxxt, I'll do it now. Thanks.
Abdel.
On Tuesday 20 June 2006 10:34, Abdelrazak Younes wrote:
> In preparation for the next round of GUI API cleanup.
>
> Abdel.
>
> Log:
> t4/QtView renamed to GuiView
You forgot to update autotools:
make[5]: Entering directory `/home/jamatos/lyx/lyx-devel/src/frontends/qt4'
/usr/lib/qt4///bin/moc -o
Edwin Leuven wrote:
Abdelrazak Younes wrote:
class GuiImplementation: public Gui
class Gui: public GuiBase
is prettier though...
Don't tell me that now!
FWIW I agree but it's too late.
Abdel.
Abdelrazak Younes wrote:
class GuiImplementation: public Gui
class Gui: public GuiBase
is prettier though...
In preparation for the next round of GUI API cleanup.
Abdel.
Log:
t4/QtView renamed to GuiView
Index: GuiImplementation.C
===
--- GuiImplementation.C (revision 14153)
+++ GuiImplementation.C (working copy)
@@ -12,14 +12,14 @@
#i