mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Fixed Access Keys Navigation plugin build on Windows.
This commit is contained in:
parent
e5e5cec7a5
commit
645765b509
|
@ -20,7 +20,9 @@
|
|||
|
||||
#include <QTextBrowser>
|
||||
|
||||
class LicenseViewer : public QTextBrowser
|
||||
#include "qz_namespace.h"
|
||||
|
||||
class QT_QUPZILLA_EXPORT LicenseViewer : public QTextBrowser
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@ bool AKN_Handler::eventFilter(QObject* obj, QEvent* event)
|
|||
}
|
||||
|
||||
switch (event->type()) {
|
||||
case QEvent::Resize:
|
||||
case QEvent::FocusOut:
|
||||
case QEvent::Wheel:
|
||||
hideAccessKeys();
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
<qresource prefix="/accesskeysnavigation">
|
||||
<file>data/icon.png</file>
|
||||
<file>data/copyright</file>
|
||||
<file>locale/cs_CZ.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Reference in New Issue
Block a user