From 57ab8a5ce96b706dbf873725ebdb8fafd899d538 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Wed, 3 Jul 2013 13:00:21 +0200 Subject: [PATCH] Let splitters choose to be fat on retina-DPI KDE file dialogs. --- src/libtomahawk/utils/ProxyStyle.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libtomahawk/utils/ProxyStyle.cpp b/src/libtomahawk/utils/ProxyStyle.cpp index 782176f7f..d0604e684 100644 --- a/src/libtomahawk/utils/ProxyStyle.cpp +++ b/src/libtomahawk/utils/ProxyStyle.cpp @@ -112,8 +112,6 @@ ProxyStyle::drawControl( ControlElement ce, const QStyleOption* opt, QPainter* p p->setPen( TomahawkStyle::BORDER_LINE ); p->drawLine( opt->rect.topLeft() + QPoint( 2, 0 ), opt->rect.bottomLeft() + QPoint( 2, 0 ) ); } - else - Q_ASSERT( false ); } } }