summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/behaviorsettings.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-02-10 13:23:59 +0100
committerEike Ziller <eike.ziller@digia.com>2014-02-18 11:53:45 +0100
commitf335da7a752fabbc2f13e6a31dfd386316f00f31 (patch)
treede6738f222f1d9b26b91f3bc6d391ed429cf60c9 /src/plugins/texteditor/behaviorsettings.h
parentdef888d13a50e775f2a41e99cde58a0dcf4d3e40 (diff)
downloadqt-creator-f335da7a752fabbc2f13e6a31dfd386316f00f31.tar.gz
Editors: Add option to not hide the mouse cursor when typing
Task-number: QTCREATORBUG-3584 Change-Id: Iae5551d36b72c5712f3276b15dfa85982a776dcf Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'src/plugins/texteditor/behaviorsettings.h')
-rw-r--r--src/plugins/texteditor/behaviorsettings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/behaviorsettings.h b/src/plugins/texteditor/behaviorsettings.h
index fda0804298..18f8d5fb8b 100644
--- a/src/plugins/texteditor/behaviorsettings.h
+++ b/src/plugins/texteditor/behaviorsettings.h
@@ -57,6 +57,7 @@ public:
bool equals(const BehaviorSettings &bs) const;
+ bool m_mouseHiding;
bool m_mouseNavigation;
bool m_scrollWheelZooming;
bool m_constrainHoverTooltips;