aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractor/typesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'ApiExtractor/typesystem.h')
-rw-r--r--ApiExtractor/typesystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ApiExtractor/typesystem.h b/ApiExtractor/typesystem.h
index 98f5cb7..0549672 100644
--- a/ApiExtractor/typesystem.h
+++ b/ApiExtractor/typesystem.h
@@ -473,6 +473,8 @@ struct AddedFunction
*/
struct TypeInfo {
TypeInfo() : isConstant(false), indirections(0), isReference(false) {}
+ static TypeInfo fromSignature(const QString& signature);
+
QString name;
bool isConstant;
int indirections;