mirror of
https://github.com/logos-co/logos-cpp-sdk.git
synced 2026-09-02 10:41:15 +00:00
use use QVector for ParamDecl
This commit is contained in:
@@ -215,7 +215,7 @@ CHeaderParseResult parseCHeader(const QString& headerPath,
|
||||
TypeExpr retType = cTypeToLidl(retTypeStr);
|
||||
|
||||
// Parse parameters
|
||||
std::vector<ParamDecl> params;
|
||||
QVector<ParamDecl> params;
|
||||
QStringList paramParts = splitParams(paramsStr);
|
||||
int argIdx = 0;
|
||||
for (const QString& p : paramParts) {
|
||||
|
||||
Reference in New Issue
Block a user