Skip to content
Snippets Groups Projects
Commit 827dd8c2 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix a bug where a sync call is wrongly made

parent 8a660348
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ interface INetwork : ISyncableObject { ...@@ -46,7 +46,7 @@ interface INetwork : ISyncableObject {
@Slot @Slot
fun addSupport(param: String, value: String? = null) { fun addSupport(param: String, value: String? = null) {
SYNC( SYNC(
"addSupport(param: String, value: String = String", ARG(param, Type.QString), "addSupport", ARG(param, Type.QString),
ARG(value, Type.QString) ARG(value, Type.QString)
) )
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment