diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-20 22:54:21 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-20 22:54:21 +0100 |
commit | a6ef003dd4c1b6ad08eca4f5adaa4679bbc20bce (patch) | |
tree | f8a2aa5daa3e9e68984308a1cb891cc1bd4e3675 /src/newtabpage.h | |
parent | NewTabPage: clean API (diff) | |
download | rekonq-a6ef003dd4c1b6ad08eca4f5adaa4679bbc20bce.tar.xz |
Downloads Page
This commit implements the downloads history page.
While it is in an horrible shape, its slots seem working well
It needs just some love..
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r-- | src/newtabpage.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h index 6d3a7ea9..6604e4df 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -63,8 +63,8 @@ public: private: - // these are the "high-level" functions to build the new tab page - // basically, you call browsingMenu + one the the *Page methods + // these are the "high-level" functions to build the new tab page. + // Basically, you call browsingMenu + one of the *Page methods // to load a page void browsingMenu(const KUrl ¤tUrl); @@ -72,7 +72,8 @@ private: void historyPage(); void bookmarksPage(); void closedTabsPage(); - + void downloadsPage(); + // -------------------------------------------------------------------------- // "low-level" functions // we use these to create the pages over |