From d324be3f95fc5cf55cb5b005496be75839f5829c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 22 Jan 2012 11:18:26 +0100 Subject: Fix access keys management, copying konqueror's code ;) --- src/webview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/webview.h') diff --git a/src/webview.h b/src/webview.h index b5a072c7..c8a0c7db 100644 --- a/src/webview.h +++ b/src/webview.h @@ -141,6 +141,7 @@ private: QList m_accessKeyLabels; QHash m_accessKeyNodes; bool m_accessKeysPressed; + bool m_accessKeysActive; }; #endif -- cgit v1.2.1