Fix incorrect emission of textEdited() by KLineEdit

Authored by dweatherill on Jan 19 2018, 8:48 AM.

Description

Fix incorrect emission of textEdited() by KLineEdit

The unit test of kLineEdit was previously checking incorrectly that
textEdited _HAD_ been emitted when the text is changed with setText().
This is undesired behaviour.
This patch fixes the unit test, and changes the problematic behaviour by
removing the extra emission of textEdited in the private signal
_k_textChanged.
In addition this is the underlying cause of a bug in kdevelop (and
probably several others).

BUG: 388798
BUG: 373004

Details

Committed
dfaureJan 19 2018, 8:48 AM
Parents
R284:b0271c3c8046: GIT_SILENT Upgrade KF5 version to 5.43.0.
Branches
Unknown
Tags
Unknown