aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2021-09-20 16:53:48 +0300
committerGitHub <noreply@github.com>2021-09-20 16:53:48 +0300
commita8590b4031282a60d0be410c21b8e1deb1ac9184 (patch)
tree568e9df53fe34220d2a1d4072cc471e172014e1e
parentMerge pull request #139 from mklein-de/appimage-executable-path (diff)
downloadsingleapplication-a8590b4031282a60d0be410c21b8e1deb1ac9184.tar.xz
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 457ab33..b478419 100644
--- a/README.md
+++ b/README.md
@@ -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.
---