svn path=/branches/KDE/4.4/kdelibs/; revision=1095389
This commit is contained in:
Aaron J. Seigo 2010-02-24 07:45:11 +00:00
parent a874f7df11
commit a4ba4faecd

View File

@ -116,7 +116,7 @@ Label::Label(QGraphicsWidget *parent)
QLabel *native = new QLabel;
//disabled for now: triggers Qt bug 7254
//native->setWindowFlags(native->windowFlags()|Qt::BypassGraphicsProxyWidget);
native->setTextInteractionFlags(Qt::TextBrowserInteraction)
native->setTextInteractionFlags(Qt::TextBrowserInteraction);
d->textSelectable = false;
connect(native, SIGNAL(linkActivated(QString)), this, SIGNAL(linkActivated(QString)));
connect(native, SIGNAL(linkHovered(QString)), this, SIGNAL(linkHovered(QString)));