diff options
author | mae <qt-info@nokia.com> | 2009-09-17 12:36:40 +0200 |
---|---|---|
committer | mae <qt-info@nokia.com> | 2009-09-17 12:37:20 +0200 |
commit | 061865efa4f8299e391cc09c4751b5543a12ba62 (patch) | |
tree | 18c8baa14b5f168ecae5d1d72c9285676447b2cc /src/plugins/texteditor/tabsettings.h | |
parent | 71c46fbc54da4d6ffae9cf2b49b8048ce38cc1db (diff) | |
download | qt-creator-061865efa4f8299e391cc09c4751b5543a12ba62.tar.gz |
move auto parentheses handling into the cpp editor
Diffstat (limited to 'src/plugins/texteditor/tabsettings.h')
-rw-r--r-- | src/plugins/texteditor/tabsettings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/texteditor/tabsettings.h b/src/plugins/texteditor/tabsettings.h index 64bdf89b0d..f26e0bb5ad 100644 --- a/src/plugins/texteditor/tabsettings.h +++ b/src/plugins/texteditor/tabsettings.h @@ -74,7 +74,6 @@ struct TEXTEDITOR_EXPORT TabSettings bool m_spacesForTabs; bool m_autoIndent; - bool m_autoParentheses; bool m_smartBackspace; int m_tabSize; int m_indentSize; |