2d4b67d361
It's not really needed, the required functionality can be achieved in a more implicit way. The reply pointer is managed by the Wrapper class as long as the method take() is not invoked. This method follows the semantics of QScopedPointer::take(). That is the pointer is set to null and the responsibility to free the pointer is passed to the callee. By this change we do not have the overhead of creating a QSharedPointer. In addition the Wrapper provides a copy ctor and assignment operator also using the semantics of take(). |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_client_machine.cpp | ||
test_screen_paint_data.cpp | ||
test_update_kwin_49.cpp | ||
test_virtual_desktops.cpp | ||
test_window_paint_data.cpp | ||
test_xcb_wrapper.cpp | ||
testutils.h |