diff options
author | Andre Heinecke <[email protected]> | 2016-05-13 11:16:12 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-05-13 11:16:12 +0000 |
commit | 52f2295d528029a36a3e0a89c777297762b3fc9b (patch) | |
tree | e69faffe879a97ac116daea69a825d3c2c9d270c /configure.ac | |
parent | Qt: Add missing copyright header in test (diff) | |
download | gpgme-52f2295d528029a36a3e0a89c777297762b3fc9b.tar.gz gpgme-52f2295d528029a36a3e0a89c777297762b3fc9b.zip |
Qt: Add keyLocateJob and test for it
* configure.ac (LIBQGPGME_LT_REVISION): Bump.
* lang/qt/src/protocol.h (locateKeysJob): Add Job.
* lang/qt/src/protocol_p.h (locateKeysJob): Implement.
* lang/qt/tests/Makefile.am: Add t-keylocate.
* lang/qt/tests/t-keylocate.cpp: New.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 87b9e976..eefa1de4 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ LIBGPGMEPP_LT_REVISION=0 LIBQGPGME_LT_CURRENT=6 LIBQGPGME_LT_AGE=0 -LIBQGPGME_LT_REVISION=0 +LIBQGPGME_LT_REVISION=1 # If the API is changed in an incompatible way: increment the next counter. GPGME_CONFIG_API_VERSION=1 |