From 52f2295d528029a36a3e0a89c777297762b3fc9b Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Fri, 13 May 2016 13:16:12 +0200 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3