Bo Peng wrote:
I think this is due to the BufferView pointer cached in LyXText. It
could explain many other reported crash... I'm on it.

You must still be working on it, just let you know that I get
compiling errors as of r15591.

OK, should be solved now.

Abdel.


Author: younes
Date: Sat Oct 28 17:28:18 2006
New Revision: 15593

URL: http://www.lyx.org/trac/changeset/15593
Log:
Compilation fix for Mac and Linux:

* add QWidget header.

Modified:
    lyx-devel/trunk/src/frontends/qt4/QLPainter.C

Modified: lyx-devel/trunk/src/frontends/qt4/QLPainter.C
URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/frontends/qt4/QLPainter.C?rev=15593
==============================================================================
--- lyx-devel/trunk/src/frontends/qt4/QLPainter.C (original)
+++ lyx-devel/trunk/src/frontends/qt4/QLPainter.C Sat Oct 28 17:28:18 2006
@@ -25,6 +25,8 @@
 #include "LColor.h"

 #include "support/unicode.h"
+
+#include <QWidget>

 using std::endl;
 using std::string;



Reply via email to