aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2021-09-20 16:55:38 +0300
committerGitHub <noreply@github.com>2021-09-20 16:55:38 +0300
commit7bcdfe571e945e0ae0b5b94d6b3eaba16aa3d84b (patch)
treed85efa4969607ceb717d04150422264347b391db
parentUpdate README.md (diff)
downloadsingleapplication-7bcdfe571e945e0ae0b5b94d6b3eaba16aa3d84b.tar.xz
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b478419..a76bada 100644
--- a/README.md
+++ b/README.md
@@ -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`.
---