diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-01 15:38:45 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-01 15:38:45 +0200 |
commit | b44a0fd574329a54a8377b5fe9e58748f846611f (patch) | |
tree | bd476baa50a84c2d03400eb7200a472bded93e57 /src/urlbar/lineedit.h | |
parent | 3 pixels preview's dilemma (diff) | |
download | rekonq-b44a0fd574329a54a8377b5fe9e58748f846611f.tar.xz |
Cleaning awesome bar code a bit..
- update is better than repaint (this also probably solves the flickering results update)
- right scope for some methods
- removed KUrl use from there
Diffstat (limited to 'src/urlbar/lineedit.h')
-rw-r--r-- | src/urlbar/lineedit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/urlbar/lineedit.h b/src/urlbar/lineedit.h index d76a5fcb..67ded052 100644 --- a/src/urlbar/lineedit.h +++ b/src/urlbar/lineedit.h @@ -47,12 +47,9 @@ public: explicit LineEdit(QWidget *parent = 0); virtual ~LineEdit(); - protected: virtual void keyPressEvent(QKeyEvent*); virtual void mouseDoubleClickEvent(QMouseEvent *); - - }; #endif // LINEEDIT_H |