mirror of https://github.com/linuxdeepin/linglong
- use pragma once - make all methods virtual Signed-off-by: ComixHe <heyuming@deepin.org> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| README.md | ||
| qdbusxml2cpp_5.cpp | ||
| qdbusxml2cpp_6.cpp | ||
README.md
qdbusxml2cpp
This is a modified version of the offficial qdbusxml2cpp, which generates DBus methods as virtual function.
And we can override these virtual functions to generate mock dbus reply message.
Check examples in tests for further information.