Fix Bug 374458 by properly blocking signals on debugger combo box

Authored by qi437103 on Feb 10 2017, 9:18 PM.

Description

Fix Bug 374458 by properly blocking signals on debugger combo box

Summary:
Fix https://bugs.kde.org/show_bug.cgi?id=374458

In the launch configuration dialog, when changing config page and updating the debugger combo box, signals are not properly
blocked, thus triggering incorrect setData call on the model. Bug 374458 happens only when GDB is choosen as debugger because GDB
happens to be the second item in the combo box.

Test Plan: Maunally tested, no more crash.

Reviewers: apol, KDevelop, flherne

Reviewed By: KDevelop, flherne

Subscribers: flherne, kdevelop-devel

Differential Revision: https://phabricator.kde.org/D4555

Details

Committed
qi437103Feb 11 2017, 4:25 PM
Reviewer
KDevelop
Differential Revision
D4555: Fix Bug 374458 by properly blocking signals on debugger combo box
Parents
R33:3e2549d395a4: Remove unused forward declarations
Branches
Unknown
Tags
Unknown