D23995: [KComboBox] Properly disable Qt's builtin completer [regression fix]
David Faure
noreply at phabricator.kde.org
Mon Sep 16 15:02:33 BST 2019
dfaure created this revision.
dfaure added a reviewer: broulik.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
dfaure requested review of this revision.
REVISION SUMMARY
It is set by setLineEdit when the deprecated bool autoCompletion hasn't
previously been set to false. So the commit that removed
setAutoCompletion(false) led to an unwanted QCompleter, indirectly.
TEST PLAN
kfind's "Look in" combobox no longer offers completion
from the combo items (preselected, in the lineedit)
REPOSITORY
R284 KCompletion
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D23995
AFFECTED FILES
src/kcombobox.cpp
To: dfaure, broulik
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190916/ba55dc46/attachment.html>
More information about the Kde-frameworks-devel
mailing list