diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-21 12:05:48 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-21 12:05:48 +0200 |
commit | 78325dc56078f7991068eb7b2dbe0e25ab7dc924 (patch) | |
tree | 8c0e3f35567770cc5e5767811d5121e21b7209bf /src/webview.cpp | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
download | rekonq-78325dc56078f7991068eb7b2dbe0e25ab7dc924.tar.xz |
inlined some of the most used get functions
to speed up a bit
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index 1996d6af..86b60fac 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -374,12 +374,6 @@ void WebView::mouseMoveEvent(QMouseEvent *event) } -QPoint WebView::mousePos() -{ - return _mousePos; -} - - void WebView::search() { KAction *a = qobject_cast<KAction*>(sender()); |