diff options
Diffstat (limited to 'client/widgets')
-rw-r--r-- | client/widgets/common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/common.cc b/client/widgets/common.cc index 362767e..f39c607 100644 --- a/client/widgets/common.cc +++ b/client/widgets/common.cc @@ -72,7 +72,7 @@ void setCommonAttributes(QWidget *widget, QDomNode &node) if(elem.hasAttribute("help")) { QString helptext = reformatHelpString(elem.attribute("help")); widget->setWhatsThis(helptext); - widget->setToolTip(helptext); + // widget->setToolTip(helptext); } } |