Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.1.0
-
None
-
d5656fbc4f96ac176abb531a4c8997c57dcea9c9
Description
void QQuickTooltip::showText has implementation like this:
#ifndef QT_NO_WIDGETS
QToolTip::showText(...)
#else
// do nothing
#endif
QToolTip doesn't work unless it's possible to use widgets. So you hover over a ToolButton for example, and the application crashes.