summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-01-22 11:18:26 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-01-22 11:18:26 +0100
commitd324be3f95fc5cf55cb5b005496be75839f5829c (patch)
treee11e197fc460705fde96077604454f63900307d8 /src/webview.h
parentConsider also editable content (diff)
downloadrekonq-d324be3f95fc5cf55cb5b005496be75839f5829c.tar.xz
Fix access keys management, copying konqueror's code ;)
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h1
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