remove a line of dead code
This commit is contained in:
parent
1d473439a5
commit
2f5b68b9d0
1
view.cpp
1
view.cpp
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user