diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-03-16 23:48:39 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-03-16 23:48:39 +0100 |
commit | 15215cf154c7d31f1520c259529b719b1fe84b48 (patch) | |
tree | 6c5d4734e5bd7ea766477c5739a8af38cbfbb2de /src/tabbar.h | |
parent | Delete url popup on resize/move (diff) | |
download | rekonq-15215cf154c7d31f1520c259529b719b1fe84b48.tar.xz |
Set an option to disable the disable graphics effects on the tabbar
highlight animation.
CCBUG:267234
To see if this really works, please deselect the "animated tab highlights"
in the Tabs Settings section
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 58516f14..0137065d 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -61,6 +61,7 @@ public: void setTabHighlighted(int index); void resetTabHighlighted(int index); QRect tabTextRect(int index); + void setAnimatedTabHighlighting(bool enabled); signals: void cloneTab(int index); |