Update README.md

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

View File

@ -183,7 +183,7 @@ 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. Returns `true` if the message has been sent
successfully.
successfully. If the message can't be sent or the function timeouts - returns `false`.
---