aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-09-01 13:35:40 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:09 -0300
commit2d170a0b8b1519befc4cdad57a0a46ccf8d16e0a (patch)
treebd7b63fd5bc1385412f4dea1f3a10cd5a17f599a /typesystem.h
parent869b35c10ef573771532c6f2cb017dbfab315e61 (diff)
Fixed function modification propagation.
Now all modifications on base function will be propagate until a new modification was found. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Lauro Moura <lauro.neto@openbossa.org>
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;