aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testaddfunction.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-12-16 18:30:17 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-12-16 18:42:37 -0300
commit0a740ad90f467ccdf00cb674eb80310ddb115b50 (patch)
tree39f8d5d241311d3ab1f07ec9241fa1541bc7b9d7 /tests/testaddfunction.h
parentf2fd366c90dd64a37f48e5ea554b8aebf00b6de5 (diff)
Adds support for varargs in AbstractMetaArgument, AbstractMetaType and VarargsTypeEntry.
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Diffstat (limited to 'tests/testaddfunction.h')
-rw-r--r--tests/testaddfunction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testaddfunction.h b/tests/testaddfunction.h
index 276184da1..56815cf99 100644
--- a/tests/testaddfunction.h
+++ b/tests/testaddfunction.h
@@ -37,6 +37,7 @@ private slots:
void testAddFunctionWithoutParenteses();
void testAddFunctionWithDefaultArgs();
void testAddFunctionAtModuleLevel();
+ void testAddFunctionWithVarargs();
};
#endif