Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
seanharmer authored and LeonMatthesKDAB committed Oct 1, 2024
1 parent e9c0cdd commit 02a987c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kdbindings/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ class Signal
return connectReflective([slot](ConnectionHandle &handle, Args... args) {
handle.disconnect();
slot(args...);
}
});
}

/**
Expand Down

0 comments on commit 02a987c

Please sign in to comment.