From 4a4866c2cae07be7f2d8a41b63e49ff46fa070e7 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Fri, 15 Oct 2010 15:23:44 +0000 Subject: [PATCH] Add tooltips for tab titles svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1186266 --- src/ViewContainer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ViewContainer.cpp b/src/ViewContainer.cpp index 7f69c4d02..58774fbc1 100644 --- a/src/ViewContainer.cpp +++ b/src/ViewContainer.cpp @@ -787,6 +787,7 @@ void TabbedViewContainer::updateTitle(ViewProperties* item) QString tabText = item->title(); _tabBar->setTabText( index , tabText ); + _tabBar->setTabToolTip( index , tabText ); } } void TabbedViewContainer::updateIcon(ViewProperties* item)