diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-01-22 11:18:26 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-01-22 11:18:26 +0100 |
commit | d324be3f95fc5cf55cb5b005496be75839f5829c (patch) | |
tree | e11e197fc460705fde96077604454f63900307d8 /src/webview.h | |
parent | Consider also editable content (diff) | |
download | rekonq-d324be3f95fc5cf55cb5b005496be75839f5829c.tar.xz |
Fix access keys management, copying konqueror's code ;)
Diffstat (limited to 'src/webview.h')
-rw-r--r-- | src/webview.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<QLabel*> m_accessKeyLabels; QHash<QChar, QWebElement> m_accessKeyNodes; bool m_accessKeysPressed; + bool m_accessKeysActive; }; #endif |