forked from qt-creator/qt-creator
ClangPchManager: Introduce PchTaskQueue
With the PchTaskQueue the pipeline is almost complete. Task-number: QTCREATORBUG-21346 Change-Id: I5f05d525db1679eb37dd1d462076c1ed42958099 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -133,10 +133,8 @@ bool BaseStatement::next() const
|
||||
return true;
|
||||
else if (resultCode == SQLITE_DONE)
|
||||
return false;
|
||||
else
|
||||
checkForStepError(resultCode);
|
||||
|
||||
return false;
|
||||
checkForStepError(resultCode);
|
||||
}
|
||||
|
||||
void BaseStatement::step() const
|
||||
|
||||
Reference in New Issue
Block a user