forked from qt-creator/qt-creator
Avoid calling not-thread safe functions from inside the CMakeFileCompletionAssist::performAsync(). Move calling these functions before the asyncRun, collect the needed data inside the PerformInputData structure and pass it to the other thread instead. Fixes: QTCREATORBUG-29683 Change-Id: I56127163a47339bc45d47f3a7d2c76d518b640f7 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
16 KiB
16 KiB