diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-04-05 13:46:34 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-04-05 13:46:34 +0200 |
commit | 817500ffb63a26e534edff7524e8c2988e851506 (patch) | |
tree | 7fc5cb7fd242f4225906dc521af6003c147536cb /src/urlbar/urlbar.h | |
parent | This commit is the first implementation of a new new new urlbar (diff) | |
download | rekonq-817500ffb63a26e534edff7524e8c2988e851506.tar.xz |
Load the url when an url is dropped onto the urlbar
Diffstat (limited to 'src/urlbar/urlbar.h')
-rw-r--r-- | src/urlbar/urlbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlbar/urlbar.h b/src/urlbar/urlbar.h index 848073db..3b28fb3a 100644 --- a/src/urlbar/urlbar.h +++ b/src/urlbar/urlbar.h @@ -72,6 +72,7 @@ protected: virtual void paintEvent(QPaintEvent *event); virtual void keyPressEvent(QKeyEvent *event); virtual void focusInEvent(QFocusEvent *event); + virtual void dropEvent(QDropEvent *event); private: CompletionWidget *_box; |