mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
this entire method can now be removed (thanks for pointing this out, Bernhard!)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25120 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6fb8b95a28
commit
140958f4a3
@ -54,13 +54,6 @@ public:
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void drawDisplay(QPainter * painter,
|
|
||||||
QStyleOptionViewItem const & option,
|
|
||||||
QRect const & rect, QString const & text) const
|
|
||||||
{
|
|
||||||
QItemDelegate::drawDisplay(painter, option, rect, text);
|
|
||||||
}
|
|
||||||
|
|
||||||
void paint(QPainter *painter, const QStyleOptionViewItem &option,
|
void paint(QPainter *painter, const QStyleOptionViewItem &option,
|
||||||
const QModelIndex &index) const
|
const QModelIndex &index) const
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user