mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 04:04:18 -04:00
Add tooltips for tab titles
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1186266
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user