diff options
author | deva <deva> | 2008-08-29 10:33:23 +0000 |
---|---|---|
committer | deva <deva> | 2008-08-29 10:33:23 +0000 |
commit | ba73a2a96f8cc0aeecce78bc4126008a65a25b0f (patch) | |
tree | c2760330cb88e82168a233db2f57bc9f565bef1e /client/widgets/common.cc | |
parent | 477c9fd7f038cd43207c8634d53d0949814ecb4c (diff) |
Removed tooltip help text (it was pretty annoying).
Diffstat (limited to 'client/widgets/common.cc')
-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); } } |