Commit efb5b136 authored by Jean-Philippe André's avatar Jean-Philippe André

Qt/Extensions: remove useless "version" field

parent 0a15eecf
......@@ -432,11 +432,6 @@ void ExtensionItemDelegate::paint( QPainter *painter,
metrics.height() ),
Qt::AlignLeft, ext->shortdesc );
// Version: italic
font.setItalic( true );
pixpaint->setFont( font );
pixpaint->drawText( width - 40, 7 + metrics.height(), ext->version );
// Flush paint operations
delete pixpaint;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment