diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-12-30 00:31:32 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-29 16:27:44 -0800 |
commit | 42f8bbdbebc6fa916b19e20c00865143baeced28 (patch) | |
tree | f49dba5ccc733e69ea4cc2fe2464f9265047c6e6 /qt-ui/tableview.cpp | |
parent | 266c3f9aa2a1f596660365101fd15a4ae3312353 (diff) | |
download | subsurface-42f8bbdbebc6fa916b19e20c00865143baeced28.tar.gz |
Remove duplicate tool-tip setting
We set the real tool-tips with setBtnToolTip from maintab.cpp, so this
is just duplicate and miss-leading.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/tableview.cpp')
-rw-r--r-- | qt-ui/tableview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/tableview.cpp b/qt-ui/tableview.cpp index 1dbfd89eb..a07a70dba 100644 --- a/qt-ui/tableview.cpp +++ b/qt-ui/tableview.cpp @@ -52,7 +52,6 @@ TableView::TableView(QWidget *parent) : QGroupBox(parent) QIcon plusIcon(":plus"); plusBtn = new QPushButton(plusIcon, QString(), this); plusBtn->setFlat(true); - plusBtn->setToolTip(tr("Add cylinder")); /* now determine the icon and button size. Since the button will be * placed in the label, make sure that we do not overflow, as it might |