We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9a8b8 commit cb1d1deCopy full SHA for cb1d1de
src/spelling/dictionary_manager.cpp
@@ -152,7 +152,7 @@ void DictionaryManager::addProviders()
152
#else
153
bool has_nsspellchecker = false;
154
155
- for (AbstractDictionaryProvider* provider : qAsConst(m_providers)) {
+ for (AbstractDictionaryProvider* provider : std::as_const(m_providers)) {
156
if (dynamic_cast<DictionaryProviderNSSpellChecker*>(provider)) {
157
has_nsspellchecker = true;
158
}
0 commit comments