From 42f8bbdbebc6fa916b19e20c00865143baeced28 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Tue, 30 Dec 2014 00:31:32 +0100 Subject: 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 Signed-off-by: Dirk Hohndel --- qt-ui/tableview.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2