summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:19:27 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-25 00:19:27 +0100
commit9d20e99fffeebe67fd8ff27cb4f9e353892f5190 (patch)
tree23462fac2e862a2f408a26f94ab024c4174c3458 /src/webview.h
parentrekonq 0.6.82 (diff)
downloadrekonq-9d20e99fffeebe67fd8ff27cb4f9e353892f5190.tar.xz
Coding style
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h
index 9a666e0b..7f981abb 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -52,7 +52,10 @@ public:
WebPage *page();
- inline QPoint mousePos() { return m_mousePos; }
+ inline QPoint mousePos()
+ {
+ return m_mousePos;
+ }
protected:
void contextMenuEvent(QContextMenuEvent *event);