7780:41420f82c0ac | 7781:607a6098cb44 |
---|---|
9 | 9 |
10 # | 10 # |
11 # This code was ported from QupZilla. | 11 # This code was ported from QupZilla. |
12 # Copyright (C) David Rosca <nowrep@gmail.com> | 12 # Copyright (C) David Rosca <nowrep@gmail.com> |
13 # | 13 # |
14 | |
15 | 14 |
16 from PyQt5.QtCore import QPoint, QRect, QUrl | 15 from PyQt5.QtCore import QPoint, QRect, QUrl |
17 | 16 |
18 | 17 |
19 class WebHitTestResult(object): | 18 class WebHitTestResult(object): |