From bc7d39c1723a9b245db38f5430348b4c9e1d3119 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Fri, 27 Sep 2013 12:55:53 +0200 Subject: [PATCH] Return type gets its own line --- src/libtomahawk/playlist/PlaylistItemDelegate.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libtomahawk/playlist/PlaylistItemDelegate.cpp b/src/libtomahawk/playlist/PlaylistItemDelegate.cpp index 9854f7303..5aaa96b3a 100644 --- a/src/libtomahawk/playlist/PlaylistItemDelegate.cpp +++ b/src/libtomahawk/playlist/PlaylistItemDelegate.cpp @@ -387,7 +387,8 @@ PlaylistItemDelegate::drawLoveBox( QPainter* painter, const QRect& rect, Playabl } -QRect PlaylistItemDelegate::drawGenericBox( QPainter* painter, const QStyleOptionViewItem& option, const QRect& rect, const QString& text, const QList< Tomahawk::source_ptr >& sources ) const +QRect +PlaylistItemDelegate::drawGenericBox( QPainter* painter, const QStyleOptionViewItem& option, const QRect& rect, const QString& text, const QList< Tomahawk::source_ptr >& sources ) const { const int height = rect.height() - 4 * 2; const int width = 2 + rect.height() - 4 * 2;