Jean-Marc Lasgouttes wrote:
I get:
../../../../lyx-devel/src/frontends/qt4/GuiCompleter.cpp: In member function 'virtual
void lyx::frontend::PixmapItemDelegate::paint(QPainter*, const
QStyleOptionViewItem&, const QModelIndex&) const':
../../../../lyx-devel/src/frontends/qt4/GuiCompleter.cpp:53: error:
'QStyleOptionViewItemV3' was not declared in this scope
../../../../lyx-devel/src/frontends/qt4/GuiCompleter.cpp:53: error: expected
`;' before 'opt'
../../../../lyx-devel/src/frontends/qt4/GuiCompleter.cpp:59: error: 'opt' was
not declared in this scope
m
As its name somehow implies, 'QStyleOptionViewItemV3' is only for Qt
4.3.
Right but it's not even documented there... I guess this is used
internally and will show up fully only in 4.4
I only have 'QStyleOptionViewItemV2' on 4.2.
Stefan, are you sure that we really need it?
Does it compile with it?
Abdel.