|
|
|
|
@ -29,8 +29,8 @@ |
|
|
|
|
* SUCH DAMAGE. |
|
|
|
|
*/ |
|
|
|
|
/* ============================================================
|
|
|
|
|
* 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 |
|
|
|
|
@ -118,6 +118,7 @@ protected: |
|
|
|
|
void mousePressEvent(QMouseEvent* event); |
|
|
|
|
void mouseReleaseEvent(QMouseEvent* event); |
|
|
|
|
void mouseDoubleClickEvent(QMouseEvent* event); |
|
|
|
|
void resizeEvent(QResizeEvent *event) override; |
|
|
|
|
bool event(QEvent* event); |
|
|
|
|
|
|
|
|
|
QMenu* createContextMenu(); |
|
|
|
|
|