remove a line of dead code

This commit is contained in:
Aaron Seigo 2011-02-03 20:37:44 -08:00
parent 1d473439a5
commit 2f5b68b9d0

View File

@ -111,7 +111,6 @@ public:
q->setAttribute(Qt::WA_TranslucentBackground); q->setAttribute(Qt::WA_TranslucentBackground);
q->setAutoFillBackground(true); q->setAutoFillBackground(true);
q->setDragMode(QGraphicsView::NoDrag); q->setDragMode(QGraphicsView::NoDrag);
//setCacheMode(QGraphicsView::CacheBackground);
q->setInteractive(true); q->setInteractive(true);
q->setAcceptDrops(true); q->setAcceptDrops(true);
q->setAlignment(Qt::AlignLeft | Qt::AlignTop); q->setAlignment(Qt::AlignLeft | Qt::AlignTop);