forked from qt-creator/qt-creator
Apply static pattern to TextEditorSetting
Change-Id: I4e6f573d893c0aa2bb4ca9812fc8db2961dac172 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -225,7 +225,7 @@ void BasicProposalItemListModel::filter(const QString &prefix)
|
||||
* It also implements the fully and first-letter-only case sensitivity.
|
||||
*/
|
||||
const TextEditor::CaseSensitivity caseSensitivity =
|
||||
TextEditorSettings::instance()->completionSettings().m_caseSensitivity;
|
||||
TextEditorSettings::completionSettings().m_caseSensitivity;
|
||||
|
||||
QString keyRegExp;
|
||||
keyRegExp += QLatin1Char('^');
|
||||
|
||||
Reference in New Issue
Block a user