diff --git a/src/scripttools/debugging/qscriptdebugger.cpp b/src/scripttools/debugging/qscriptdebugger.cpp index 5f589d4..8a680c5 100644 --- a/src/scripttools/debugging/qscriptdebugger.cpp +++ b/src/scripttools/debugging/qscriptdebugger.cpp @@ -656,7 +656,9 @@ public: } tip = lines.join(QLatin1String("\n")); } +#ifndef QT_NO_TOOLTIP QToolTip::showText(m_pos, tip); +#endif finish(); }