work save

This commit is contained in:
Roy Qu 2022-03-22 21:19:54 +08:00
parent 59ada398be
commit 373117f277
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ struct Statement {
QString type; // type "int"
QString command; // identifier/name of statement "foo"
QString args; // args "(int a,float b)"
QStringList argList; //not used yet
QString value; // Used for macro defines/typedef, "100" in "#defin COUNT 100"
StatementKind kind; // kind of statement class/variable/function/etc
QList<std::weak_ptr<Statement>> inheritanceList; // list of statements this one inherits from, can be nil