Add tooltips for tab titles

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1186266
This commit is contained in:
Kurt Hindenburg
2010-10-15 15:23:44 +00:00
parent b216cb9daf
commit 4a4866c2ca

View File

@@ -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)