aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'typesystem.h')
-rw-r--r--typesystem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/typesystem.h b/typesystem.h
index 4a0e6c7ce..948479d81 100644
--- a/typesystem.h
+++ b/typesystem.h
@@ -401,6 +401,10 @@ struct APIEXTRACTOR_API FunctionModification: public Modification
return m_version;
}
+ bool operator!=(const FunctionModification& other) const;
+ bool operator==(const FunctionModification& other) const;
+
+
QString toString() const;
QString signature;