work save
This commit is contained in:
parent
6e4d36aade
commit
fad84b23f9
|
@ -796,6 +796,7 @@ void CppParser::parseFile(const QString &fileName, bool inProject, bool onlyIfNo
|
|||
}
|
||||
}
|
||||
}
|
||||
qDebug()<<mPreprocessor.includesList().size();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -209,12 +209,6 @@ struct UsingNamespace {
|
|||
};
|
||||
using PUsingNamespace = std::shared_ptr<UsingNamespace>;
|
||||
|
||||
struct IncompleteClass {
|
||||
PStatement statement;
|
||||
int count;
|
||||
};
|
||||
using PIncompleteClass = std::shared_ptr<IncompleteClass>;
|
||||
|
||||
struct CppScope {
|
||||
int startLine;
|
||||
PStatement statement;
|
||||
|
|
Loading…
Reference in New Issue