diff -r b23ec2b62c45 -r 702dd26c0f4d ListElements/ModelViewList/zodiacmodel.cpp --- a/ListElements/ModelViewList/zodiacmodel.cpp Thu Sep 09 11:30:41 2010 -0700 +++ b/ListElements/ModelViewList/zodiacmodel.cpp Thu Sep 09 14:29:26 2010 -0700 @@ -101,12 +101,6 @@ { // a QBrush consists of a style, color, gradient and texture. rc = QVariant(QBrush(this->signs.at(index.row())->getColor())); - // TODO: Doesn't the gradient require a rectangle and the Model shouldn't know - // anything about the UI. Strange. -// QLinearGradient gradient; -// gradient.setColorAt(0, QColor(0,136,181)); -// gradient.setColorAt(0.2, QColor(181,231,247)); -// gradient.setColorAt(1, QColor(0,136,181)); break; }