On Mon, Mar 20, 2006 at 11:40:23AM +0100, Abdelrazak Younes wrote:
> >-            QColorItem * ci(new QColorItem(QColor(toqstr(x11name)),
> >+            QColorItem * ci(new QColorItem(lcolorcache.get(lc),
> >                             toqstr(guiname)));

                QColorItem * ci = new QColorItem(lcolorcache.get(lc),
                                toqstr(guiname));

Or maybe

                QColorItem * ci = new QColorItem(lcolorcache.get(lc), 
toqstr(guiname));

or maybe

                QColorItem * ci =
                        new QColorItem(lcolorcache.get(lc), toqstr(guiname));

but no function style initializer if it's avoidable at no cost.

Please.

Andre'
-- 

Reply via email to