Am Samstag, 30. September 2006 12:07 schrieb Abdelrazak Younes:
> I noticed that your fix does re-include LyXView.h and WorkArea.h. These
> should not be necessary.
They are pulled in from something else, and because that happens after
including qt headers they cause the signals name clash.
>
Georg Baum wrote:
Am Samstag, 30. September 2006 01:10 schrieb Abdelrazak Younes:
Hello,
This is done by creating two new pure virtual method in LyXView:
init(): initialize menubars and toolbars
setGeometry(): guess what it does? :-)
I am not sure gtk and qt3 compiles but it should be close t
Am Samstag, 30. September 2006 01:10 schrieb Abdelrazak Younes:
> Hello,
>
> This is done by creating two new pure virtual method in LyXView:
>
> init(): initialize menubars and toolbars
> setGeometry(): guess what it does? :-)
>
> I am not sure gtk and qt3 compiles but it should be close to.
Y
Hello,
This is done by creating two new pure virtual method in LyXView:
init(): initialize menubars and toolbars
setGeometry(): guess what it does? :-)
I am not sure gtk and qt3 compiles but it should be close to.
Committing now...
Abdel.
Log:
* Application: new createView() method
* gtk/q