1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

Merge branch 'v2.1'

This commit is contained in:
David Rosca 2017-02-20 17:20:39 +01:00
commit 3045cf28b2

View File

@ -1,6 +1,6 @@
/* ============================================================
* QupZilla - WebKit based browser
* Copyright (C) 2010-2014 David Rosca <nowrep@gmail.com>
* QupZilla - Qt web browser
* Copyright (C) 2010-2017 David Rosca <nowrep@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -24,6 +24,7 @@ GoIcon::GoIcon(QWidget* parent)
{
setObjectName("locationbar-goicon");
setCursor(Qt::PointingHandCursor);
setFocusProxy(parent);
}
void GoIcon::contextMenuEvent(QContextMenuEvent* ev)