Update README.md

This commit is contained in:
Itay Grudev 2021-09-20 16:53:48 +03:00 committed by GitHub
parent 5fec2df7a3
commit a8590b4031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,8 @@ bool SingleApplication::sendMessage( QByteArray message, int timeout = 100 )
```
Sends `message` to the Primary Instance. Uses `timeout` as a the maximum timeout
in milliseconds for blocking functions
in milliseconds for blocking functions. Returns `true` if the message has been sent
successfully.
---