summaryrefslogtreecommitdiff
path: root/src/tabbar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-29 12:41:39 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-29 12:41:39 +0200
commit1ef712920d762f9f88393caf1018bd8708c02424 (patch)
tree56107fd4b2f222b91d321c09dc20a65a8d3f4487 /src/tabbar.h
parentRight icon button fix (diff)
downloadrekonq-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.h4
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;
/**