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.
Attachments
For Gerrit Dashboard: QTBUG-32779 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
62139,1 | QQuickTooltip should not crash if widget implementation isn't possible | release | qt/qtquickcontrols | Status: MERGED | +2 | 0 |