summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.h
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-04-05 13:46:34 +0200
committerYoann Laissus <yoann.laissus@gmail.com>2010-04-05 13:46:34 +0200
commit817500ffb63a26e534edff7524e8c2988e851506 (patch)
tree7fc5cb7fd242f4225906dc521af6003c147536cb /src/urlbar/urlbar.h
parentThis commit is the first implementation of a new new new urlbar (diff)
downloadrekonq-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.h1
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;