----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109934/#review30866 -----------------------------------------------------------
This review has been submitted with commit 4d70f126f6f0ce0249635231ba845d9e9506ace6 by Dominik Haumann to branch master. - Commit Hook On April 9, 2013, 3:48 p.m., Dominik Haumann wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/109934/ > ----------------------------------------------------------- > > (Updated April 9, 2013, 3:48 p.m.) > > > Review request for kdelibs and Aurélien Gâteau. > > > Description > ------- > > This patch forwards the signal QLabel::linkHovered(const QString&) to the > signal KMessageWidget::linkHovered(const QString&). > The signal can be used to show a tool tip for rich text parts of the QLabel > that use the href anchor. > > The signal QLabel::linkActivated(const QString&) is already forwarded since > KDE 4.10. > > See also: http://qt-project.org/doc/qt-4.8/qlabel.html#linkHovered > > > Diffs > ----- > > kdeui/widgets/kmessagewidget.h 8bff14f > kdeui/widgets/kmessagewidget.cpp a523167 > > Diff: http://git.reviewboard.kde.org/r/109934/diff/ > > > Testing > ------- > > > Thanks, > > Dominik Haumann > >