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:
Dov Feldstern 2008-06-04 21:05:27 +00:00
parent 6fb8b95a28
commit 140958f4a3

View File

@ -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
{ {