diff options
author | Stephen Kelly <steveire@gmail.com> | 2017-01-09 19:33:05 +0000 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2017-01-09 20:34:46 +0000 |
commit | b5a18440f45d8218dbdd76d76f7fd1e54d352712 (patch) | |
tree | 09d1df5ee8eb327e3209d5c06a7a7a2bea8be3d3 /tests/GenerateSipBindings/cpplib.cpp | |
parent | f63f400787ac42f64fafe006ef19579238067f40 (diff) | |
download | extra-cmake-modules-b5a18440f45d8218dbdd76d76f7fd1e54d352712.tar.gz extra-cmake-modules-b5a18440f45d8218dbdd76d76f7fd1e54d352712.tar.bz2 |
Extend unit test with code similar to kguiaddons
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 c5b7a5fb..76b97b0e 100644 --- a/tests/GenerateSipBindings/cpplib.cpp +++ b/tests/GenerateSipBindings/cpplib.cpp @@ -141,3 +141,8 @@ void MyObject::privateSlot2() { Q_EMIT privateSlotCalled(); } + +qreal SomeNS::useEnum(MyFlags flags) +{ + return flags; +} |