ListElements/ModelViewList/zodiacmodel.cpp
changeset 46 702dd26c0f4d
parent 42 b9716e8867f1
child 47 c6e75ec74fc8
--- 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;
     }