Andre Poenitz wrote:
>> Note that this attempt at brute force also fails:
>> LengthValidator::LengthValidator(QWidget * parent, const char *
>> name)
>> : QValidator(static_cast(parent), name),
>> no_bottom_(true)
>> {}
>> ../../../../src/frontends/qt2/lengthvalidator.C: In constr
> > ../../../../src/frontends/qt2/lengthvalidator.C: In constructor
> >`LengthValidator::LengthValidator(QWidget*, const char*)':
> > ../../../../src/frontends/qt2/lengthvalidator.C:28: no matching
> > function for
> >call to `QValidator::QValidator(QWidget*&, const char*&)'
> > /usr/lib/qt
Angus Leeming wrote:
> So, it appears that things have changed siznce qt-2.3.x:
> ../../../../src/frontends/qt2/lengthvalidator.C: In constructor
>`LengthValidator::LengthValidator(QWidget*, const char*)':
> ../../../../src/frontends/qt2/lengthvalidator.C:28: no matching
> function for
>c
On Mon, 30 Jul 2001, Juergen Vigna wrote:
> // this will not be needed anymore when NO_LATEX is the default.
> #include "lyxfont.h"
>
> Do we really want this? Wouldn't it be better (as this and the other is
> a hack to just do:
>
> // needed here too!
> #define NO_LATEX 1
>
> The best way wou