1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Revert "[test] use BspTreeIndex (might be slower?)"

This reverts commit b92d4f3d2f.
This commit is contained in:
krepa098 2015-01-06 20:22:30 +01:00
parent 1bf0898121
commit 1274c213d0

View File

@ -39,7 +39,7 @@ ChatLog::ChatLog(QWidget* parent)
: QGraphicsView(parent)
{
scene = new QGraphicsScene(this);
scene->setItemIndexMethod(QGraphicsScene::BspTreeIndex);
scene->setItemIndexMethod(QGraphicsScene::NoIndex);
setScene(scene);
setInteractive(true);