Reviewed by Simon.
Don't show the tooltip instantly in the QtLauncher.
Let the QWebView handle tooltips by itself, so we get
the expected delay as everywhere else.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@34917
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-07-01 Tor Arne Vestbø <tavestbo@trolltech.com>
+
+ Reviewed by Simon.
+
+ Don't show the tooltip instantly in the QtLauncher.
+
+ Let the QWebView handle tooltips by itself, so we get
+ the expected delay as everywhere else.
+
+ * QtLauncher/main.cpp:
+
2008-06-30 Simon Hausmann <hausmann@webkit.org>
Rubber-stamped by Niko.
void showLinkHover(const QString &link, const QString &toolTip)
{
statusBar()->showMessage(link);
-#ifndef QT_NO_TOOLTIP
- if (!toolTip.isEmpty())
- QToolTip::showText(QCursor::pos(), toolTip);
-#endif
}
void print()
{