aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testmodifyfunction.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 /tests/testmodifyfunction.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 'tests/testmodifyfunction.h')
-rw-r--r--tests/testmodifyfunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testmodifyfunction.h b/tests/testmodifyfunction.h
index 40adf127f..95b7b6a7f 100644
--- a/tests/testmodifyfunction.h
+++ b/tests/testmodifyfunction.h
@@ -33,6 +33,7 @@ class TestModifyFunction : public QObject
void testOwnershipTransfer();
void testWithApiVersion();
void testRenameArgument();
+ void invalidateAfterUse();
};
#endif