From 8c347c61abafa68e247ff4664ae658cfa15af932 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 14 Jan 2017 21:42:50 +0000 Subject: Bindings: Use lists in function API instead of strings Custom rules should be able to deal with lists in these cases. This is already the case for function parameters. --- tests/GenerateSipBindings/cpplib.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/GenerateSipBindings/cpplib.cpp') diff --git a/tests/GenerateSipBindings/cpplib.cpp b/tests/GenerateSipBindings/cpplib.cpp index 744914a0..8dc7492b 100644 --- a/tests/GenerateSipBindings/cpplib.cpp +++ b/tests/GenerateSipBindings/cpplib.cpp @@ -173,3 +173,8 @@ void TypedefUser::setTagPattern(const QString &tagName, { } + +Shared::Shared(const Shared& other) +{ + +} -- cgit v1.2.1