diff options
| author | Akseli Lahtinen <[email protected]> | 2024-01-10 14:12:54 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2024-01-10 14:12:54 +0000 |
| commit | c5e9a28bef72dde93c37eaad68a433ca7a2530cb (patch) | |
| tree | 97a9d3e383f3efa25de5fa81d17dacaf3e1f0bfb /src | |
| parent | 1a59905027e578e396216b1f11831c80ec87db4f (diff) | |
KItemListRoleEditor: Disable spellchecking
No need for spellchecking when renaming folders/filenames.
BUG:477897
Diffstat (limited to 'src')
| -rw-r--r-- | src/kitemviews/private/kitemlistroleeditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kitemviews/private/kitemlistroleeditor.cpp b/src/kitemviews/private/kitemlistroleeditor.cpp index ea03dfa38..fd290327a 100644 --- a/src/kitemviews/private/kitemlistroleeditor.cpp +++ b/src/kitemviews/private/kitemlistroleeditor.cpp @@ -18,6 +18,7 @@ KItemListRoleEditor::KItemListRoleEditor(QWidget *parent) setAcceptRichText(false); enableFindReplace(false); document()->setDocumentMargin(0); + setCheckSpellingEnabled(false); if (parent) { parent->installEventFilter(this); |
