diff options
author | Ingo Klöcker <[email protected]> | 2024-06-11 13:08:25 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2024-06-11 13:08:25 +0000 |
commit | da64b2884aa42a0f7b1f66e35abe2453bf5da2e2 (patch) | |
tree | b3ad4bc7fd8dece971d2102fb0f29b4220676358 | |
parent | Unify spelling of the name of the C++ bindings for GpgME (diff) | |
download | gpgme-ikloecker/t7110-nested-bindings-packages.tar.gz gpgme-ikloecker/t7110-nested-bindings-packages.zip |
qt,doc: Fix typosikloecker/t7110-nested-bindings-packages
* lang/qt/README: Fix typos.
--
-rw-r--r-- | lang/qt/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qt/README b/lang/qt/README index 6cba4c39..e0ef45a9 100644 --- a/lang/qt/README +++ b/lang/qt/README @@ -32,7 +32,7 @@ To use QGpgME first you need to obtain a Protocol class either for CMS (S/MIME) or OpenPGP. This Protocol class can then be used to create a Job. -Each Job can be started asynchronusly and emits a result +Each Job can be started asynchronously and emits a result signal when done. The jobs are deleted automatically with QObject::deleteLater so they can be started without result handlers. @@ -53,7 +53,7 @@ in the result signal. Jobs also provide progress signal whenever GnuPG emits a progress status line. -Most jobs also provide a way synchronusly execute them. +Most jobs also provide a way synchronously execute them. Please not that synchronous use does not cause the autodeletion to take place so you have to manually delete them. |