mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-14 02:52: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>
|
#include <QTextBrowser>
|
||||||
|
|
||||||
class LicenseViewer : public QTextBrowser
|
#include "qz_namespace.h"
|
||||||
|
|
||||||
|
class QT_QUPZILLA_EXPORT LicenseViewer : public QTextBrowser
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
|
|
@ -132,6 +132,7 @@ bool AKN_Handler::eventFilter(QObject* obj, QEvent* event)
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (event->type()) {
|
switch (event->type()) {
|
||||||
|
case QEvent::Resize:
|
||||||
case QEvent::FocusOut:
|
case QEvent::FocusOut:
|
||||||
case QEvent::Wheel:
|
case QEvent::Wheel:
|
||||||
hideAccessKeys();
|
hideAccessKeys();
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
<qresource prefix="/accesskeysnavigation">
|
<qresource prefix="/accesskeysnavigation">
|
||||||
<file>data/icon.png</file>
|
<file>data/icon.png</file>
|
||||||
<file>data/copyright</file>
|
<file>data/copyright</file>
|
||||||
|
<file>locale/cs_CZ.qm</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user