From 42f8bbdbebc6fa916b19e20c00865143baeced28 Mon Sep 17 00:00:00 2001
From: Anton Lundin <glance@acc.umu.se>
Date: Tue, 30 Dec 2014 00:31:32 +0100
Subject: [PATCH] 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>
---
 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