diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-28 00:59:08 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-28 00:59:08 +0100 |
commit | 1024f77ad03ef3d30d8be6aa61542a057a100868 (patch) | |
tree | ca36fac7c767b46b87debf26b329cbeec39177da /src/mainview.cpp | |
parent | Fixed MenuBar. (diff) | |
download | rekonq-1024f77ad03ef3d30d8be6aa61542a057a100868.tar.xz |
Removed unuseful "Select All" action.
If someone needs it, I can try to implement it one day..
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 328d3dd1..acef1998 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -171,14 +171,6 @@ void MainView::slotWebPaste() } -void MainView::slotWebSelectAll() -{ - WebView *webView = currentWebView(); - QWebPage *currentParent = webView->webPage(); - // TODO -} - - void MainView::clear() { // clear the recently closed tabs |