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.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/GenerateSipBindings/cpplib.h') diff --git a/tests/GenerateSipBindings/cpplib.h b/tests/GenerateSipBindings/cpplib.h index 34167ad3..9b9adcba 100644 --- a/tests/GenerateSipBindings/cpplib.h +++ b/tests/GenerateSipBindings/cpplib.h @@ -6,6 +6,7 @@ #include #include #include +#include #include @@ -106,6 +107,12 @@ private: HasPrivateDefaultCtor(int param = 0); }; +class Shared : public QSharedData +{ +public: + Shared(const Shared& other); +}; + namespace SomeNS { class NonCopyableInNS -- cgit v1.2.1