diff options
author | Stephen Kelly <steveire@gmail.com> | 2017-01-14 21:42:50 +0000 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2017-01-15 11:18:34 +0000 |
commit | 8c347c61abafa68e247ff4664ae658cfa15af932 (patch) | |
tree | 972eca5ade46d3a0c213d854f6f8acfe1881a3d2 /tests/GenerateSipBindings/cpplib.cpp | |
parent | 3c31028dad2f9c53bea6630fd0da127a6da0d610 (diff) | |
download | extra-cmake-modules-8c347c61abafa68e247ff4664ae658cfa15af932.tar.gz extra-cmake-modules-8c347c61abafa68e247ff4664ae658cfa15af932.tar.bz2 |
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.
Diffstat (limited to 'tests/GenerateSipBindings/cpplib.cpp')
-rw-r--r-- | tests/GenerateSipBindings/cpplib.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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) +{ + +} |