Re: New test with C++11 and lambda (UDSEntry testcase)

2013-09-22 Thread Volker Krause
On Saturday 21 September 2013 19:18:01 Mark wrote: I've just created a quite complicated testcase for frameworks which uses the new signal/slot connection syntax (since Qt 5.0) and uses a lambda as slot. The reason i did this is so that i can keep then entire testcase (minus the

New test with C++11 and lambda (UDSEntry testcase)

2013-09-21 Thread Mark
Hi, I've just created a quite complicated testcase for frameworks which uses the new signal/slot connection syntax (since Qt 5.0) and uses a lambda as slot. The reason i did this is so that i can keep then entire testcase (minus the initialization) contained in one testcase method. Otherwise i

Re: New test with C++11 and lambda (UDSEntry testcase)

2013-09-21 Thread Kevin Krammer
On Saturday, 2013-09-21, Mark wrote: Hi, I've just created a quite complicated testcase for frameworks which uses the new signal/slot connection syntax (since Qt 5.0) and uses a lambda as slot. The reason i did this is so that i can keep then entire testcase (minus the initialization)

Re: New test with C++11 and lambda (UDSEntry testcase)

2013-09-21 Thread Mark
On Sat, Sep 21, 2013 at 8:39 PM, Kevin Krammer kram...@kde.org wrote: On Saturday, 2013-09-21, Mark wrote: Hi, I've just created a quite complicated testcase for frameworks which uses the new signal/slot connection syntax (since Qt 5.0) and uses a lambda as slot. The reason i did this