Fix the code completion model so that it computes the completion items in a…

Authored by zwabel on Jan 17 2011, 2:34 PM.

Description

Fix the code completion model so that it computes the completion items in a background thread again. Seems like this was broken when the code was moved from cpp to kdevplatform. This makes the UI more responsive when automatic completion is enabled. It might lead to slight regressions, because we use multi-threading where it accidentally wasn't used before (foreground lock was added in one place).

Details

Committed
zwabelJan 17 2011, 2:34 PM
Parents
R32:4256ed3aa34e: Merge branch 'master' of git.kde.org:kdevplatform
Branches
Unknown
Tags
Unknown