[xswiftbus] Using raw string literal delimiter so parentheses can be embedded in the XML

This commit is contained in:
Mat Sutcliffe
2020-01-12 17:39:11 +00:00
parent cd716bdfd5
commit 0c444ca45c
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
R"(<node>
R"XML(<node>
<interface name="org.swift_project.xswiftbus.service">
<method name="getVersionNumber">
<arg type="s" direction="out"/>
@@ -178,4 +178,4 @@ R"(<node>
<method name="toggleMessageBoxVisibility">
</method>
</interface>
</node>)"
</node>)XML"