diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-03-30 02:07:25 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-03-30 02:07:25 +0200 |
commit | 428bf09a4e7ae01b40d24c74f8abe6b735e1c62b (patch) | |
tree | 4684dd80273dbea84e135805b1befbf89f28e2ef /src/urlbar/listitem.h | |
parent | add title for bookmarks in the list (diff) | |
parent | Add mid click support for the completition widget of the url bar (diff) | |
download | rekonq-428bf09a4e7ae01b40d24c74f8abe6b735e1c62b.tar.xz |
Merge commit 'refs/merge-requests/110' of git://gitorious.org/rekonq/mainline into m110
Diffstat (limited to 'src/urlbar/listitem.h')
-rw-r--r-- | src/urlbar/listitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h index 6aa3f1e9..ac476d4b 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -44,7 +44,7 @@ public: void deactivate(); signals: - void itemClicked(ListItem *item); + void itemClicked(ListItem *item, Qt::MouseButton); protected: virtual void paintEvent(QPaintEvent *event); |