$OpenBSD: patch-src_app_attributetable_qgsattributetabledelegate_cpp,v 1.3 2010/12/08 09:07:48 landry Exp $
Unroll some c++ too violent for g++3.3.
--- src/app/attributetable/qgsattributetabledelegate.cpp.orig	Mon Apr  5 19:19:07 2010
+++ src/app/attributetable/qgsattributetabledelegate.cpp	Mon Nov 29 17:31:38 2010
@@ -112,7 +112,9 @@ void QgsAttributeTableDelegate::paint( QPainter * pain
   if ( option.state & QStyle::State_HasFocus )
   {
     QRect r = option.rect.adjusted( 1, 1, -1, -1 );
-    QPen p( QBrush( QColor( 0, 255, 127 ) ), 2 );
+    QColor c = QColor( 0, 255, 127 );
+    QBrush b = QBrush( c );
+    QPen p( b, 2 );
     painter->save();
     painter->setPen( p );
     painter->drawRect( r );
