mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
* Remove compiler warning.
This commit is contained in:
parent
8fc92ef345
commit
9d6dde2c74
@ -81,6 +81,8 @@ PlaylistLargeItemDelegate::sizeHint( const QStyleOptionViewItem& option, const Q
|
||||
void
|
||||
PlaylistLargeItemDelegate::drawRichText( QPainter* painter, const QStyleOptionViewItem& option, const QRect& rect, int flags, QTextDocument& text ) const
|
||||
{
|
||||
Q_UNUSED( option );
|
||||
|
||||
text.setPageSize( QSize( rect.width(), QWIDGETSIZE_MAX ) );
|
||||
QAbstractTextDocumentLayout* layout = text.documentLayout();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user