mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
[xswiftbus] Using raw string literal delimiter so parentheses can be embedded in the XML
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user