don't need this debug anymore

svn path=/trunk/KDE/kdelibs/; revision=1096905
This commit is contained in:
Aaron J. Seigo 2010-02-27 22:20:15 +00:00
parent b2b72f7f2c
commit c2b211aba8

View File

@ -261,10 +261,7 @@ void Label::mousePressEvent(QGraphicsSceneMouseEvent *event)
//FIXME: when QTextControl accept()s mouse press events (as of Qt 4.6.2, it processes them
//but never marks them as accepted) the following event->accept() can be removed
if (d->textSelectable) {
kDebug() << "accepting event";
event->accept();
} else {
kDebug() << "not accepting event";
}
}