Skip to content

Emit queryFinished when job is done

Alexander Lohnau requested to merge (removed):fix_finsihed into master

This is a regression from: https://phabricator.kde.org/D29050.

Before this the queryFinished signal got created in the checkTearDownmethod. Before the bugfix above the checkTearDown method got called for each letter typed, which resulted in the queryFinished signal getting emitted properly.

@ngraham @broulik

Edited by Alexander Lohnau

Merge request reports