Add tooltips for tab titles

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1186266
wilder-portage
Kurt Hindenburg 16 years ago
parent b216cb9daf
commit 4a4866c2ca
  1. 1
      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)

Loading…
Cancel
Save