diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-29 12:41:39 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-29 12:41:39 +0200 |
commit | 1ef712920d762f9f88393caf1018bd8708c02424 (patch) | |
tree | 56107fd4b2f222b91d321c09dc20a65a8d3f4487 /src/tabbar.h | |
parent | Right icon button fix (diff) | |
download | rekonq-1ef712920d762f9f88393caf1018bd8708c02424.tar.xz |
Fixing tab switch behavior.
It seems webkit removed an update on setViewPortSize, letting
our trick about setScrollBarPolicy dangerous (no scrollbar on rendered
pages)
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 97c320fc..fd325b66 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -61,8 +61,6 @@ public: TabBar(QWidget *parent); ~TabBar(); - void showTabPreview(int tab); - signals: void cloneTab(int index); void closeTab(int index); @@ -94,6 +92,8 @@ private slots: void emptyAreaContextMenu(const QPoint &); private: + void showTabPreview(int tab); + friend class MainView; /** |