Skip to content

Commit e7bde6c

Browse files
committed
Add comment explaining qt dependency
1 parent afe7734 commit e7bde6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pctest/test_publish_websocket.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ High-level flow:
3030
- Look up the price account associated with the subscription ID.
3131
- If we have any new price information for that price account, send an update_price message to submit this
3232
to the network.
33+
34+
This example uses the jcon-cpp library, which depends on qt, but you can use any JSON-RPC protocol that
35+
suits your stack.
3336
*/
3437

3538
// This class is responsible for the communication with pythd over the websocket protocol

0 commit comments

Comments
 (0)