summaryrefslogtreecommitdiff
path: root/src/urlbar/listitem.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-30 09:40:19 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-30 09:40:19 +0200
commit05811f18b5404adc677d46cc6d8ec2ffabb3e0a2 (patch)
tree1784dc0a99fb622e444d8bd96edcc72739428482 /src/urlbar/listitem.cpp
parentMerge commit 'refs/merge-requests/2287' of git://gitorious.org/rekonq/mainlin... (diff)
parentThe control modifier part of mr2261 for the urlbar (diff)
downloadrekonq-05811f18b5404adc677d46cc6d8ec2ffabb3e0a2.tar.xz
Merge commit 'refs/merge-requests/125' of git://gitorious.org/rekonq/mainline into m125
Diffstat (limited to 'src/urlbar/listitem.cpp')
-rw-r--r--src/urlbar/listitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/listitem.cpp b/src/urlbar/listitem.cpp
index 5254c7dc..3114c16a 100644
--- a/src/urlbar/listitem.cpp
+++ b/src/urlbar/listitem.cpp
@@ -129,7 +129,7 @@ void ListItem::leaveEvent(QEvent *e)
void ListItem::mousePressEvent(QMouseEvent *e)
{
- emit itemClicked(this, e->button());
+ emit itemClicked(this, e->button(), e->modifiers());
QWidget::mousePressEvent(e);
}