[git] GPGME - branch, master, updated. gpgme-1.8.0-57-g903bf16
by Andre Heinecke
cvs at cvs.gnupg.org
Tue Feb 7 10:07:08 CET 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, master has been updated
via 903bf16a416b1bf608b1e647937c9b06864b0141 (commit)
from ad22bee5387b1e9a40e8c822a081db3228bb9def (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 903bf16a416b1bf608b1e647937c9b06864b0141
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Tue Feb 7 10:01:58 2017 +0100
qt: Don't rely on implicit include in t-verify
* lang/qt/tests/t-various.cpp: Include QTemporaryDir
--
This fixes build with some Qt Versions
diff --git a/lang/qt/tests/t-various.cpp b/lang/qt/tests/t-various.cpp
index aa45b62..b4ba9f2 100644
--- a/lang/qt/tests/t-various.cpp
+++ b/lang/qt/tests/t-various.cpp
@@ -36,6 +36,7 @@
#include <QDebug>
#include <QTest>
#include <QSignalSpy>
+#include <QTemporaryDir>
#include "keylistjob.h"
#include "protocol.h"
#include "keylistresult.h"
-----------------------------------------------------------------------
Summary of changes:
lang/qt/tests/t-various.cpp | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list