1
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:
nowrep 2012-03-04 20:23:03 +01:00
parent e5e5cec7a5
commit 645765b509
3 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,9 @@
#include <QTextBrowser>
class LicenseViewer : public QTextBrowser
#include "qz_namespace.h"
class QT_QUPZILLA_EXPORT LicenseViewer : public QTextBrowser
{
Q_OBJECT

View File

@ -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();

View File

@ -2,5 +2,6 @@
<qresource prefix="/accesskeysnavigation">
<file>data/icon.png</file>
<file>data/copyright</file>
<file>locale/cs_CZ.qm</file>
</qresource>
</RCC>