diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-06-16 01:50:19 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-06-16 01:50:19 +0200 |
commit | 5e581fc1fa5a1d1d23fe8c4e3fe94fb2fc9250ab (patch) | |
tree | 793f486c85d6c62465bb761e5dac3c6d0a0072d2 /src/tabbar.h | |
parent | Merge commit 'refs/merge-requests/139' of git://gitorious.org/rekonq/mainline (diff) | |
download | rekonq-5e581fc1fa5a1d1d23fe8c4e3fe94fb2fc9250ab.tar.xz |
This commit changes rekonq behavior on "closed tabs" management.
The problem comes when too much sites are listed as closed tabs, so I though
to create the contextual menu just on request and to clean out the sites
that are reopened. (They are NO MORE closed tabs..)
This and the next commit should fast a lot rekonq about that
Diffstat (limited to 'src/tabbar.h')
-rw-r--r-- | src/tabbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 488de4b2..49c0e3ca 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -94,6 +94,8 @@ private slots: void showTabPreview(); private: + void setupHistoryActions(); + friend class MainView; /** |