diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-01-07 17:49:24 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-01-07 17:49:24 +0100 |
commit | cb84ae8badcab5bfe095e71cf4c0e33175e60817 (patch) | |
tree | b84bf5b9ea1ef4e8056d69647b286f5a6de0017e /src/settings/tabswidget.cpp | |
parent | Added a visit count parameter to the history. (diff) | |
download | rekonq-cb84ae8badcab5bfe095e71cf4c0e33175e60817.tar.xz |
This GCI task adds a combobox with different settings to choice when hovering tabs:
* tab preview (default one)
* show title as tooltip
* show url as tooltip
* show nothing
Patch by Furkan Uzumcu, reviewed (and merged) by adjam
BUG:260343
RB:100282
Diffstat (limited to 'src/settings/tabswidget.cpp')
-rw-r--r-- | src/settings/tabswidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings/tabswidget.cpp b/src/settings/tabswidget.cpp index aa555339..d9b741be 100644 --- a/src/settings/tabswidget.cpp +++ b/src/settings/tabswidget.cpp @@ -41,7 +41,6 @@ void TabsWidget::save() { } - bool TabsWidget::changed() { return _changed; |