X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Ftabcompleter.cpp;fp=src%2Fuisupport%2Ftabcompleter.cpp;h=b0e61fd7244f389a2e36ec7cecd960136c94e104;hp=130095d508d15a55b9fec6828301fd16ed989a9c;hb=5748fecfcb2cf979fe5f787a6e5245a29f12ac29;hpb=17311326016f3654fd33a656b2a0c4ac95776db6 diff --git a/src/uisupport/tabcompleter.cpp b/src/uisupport/tabcompleter.cpp index 130095d5..b0e61fd7 100644 --- a/src/uisupport/tabcompleter.cpp +++ b/src/uisupport/tabcompleter.cpp @@ -152,7 +152,7 @@ void TabCompleter::complete() _lastCompletionLength += _nickSuffix.length(); } else if (s.addSpaceMidSentence()) { - _lineEdit->insert(" "); + _lineEdit->addCompletionSpace(); _lastCompletionLength++; }