qt: Don't include config.h

* lang/qt/src/*.cpp, lang/qt/tests/*.cpp: Remove config.h include.
--

The Qt binding sources don't need anything from config.h.

GnuPG-bug-id: 7110
This commit is contained in:
Ingo Klöcker 2024-05-22 17:39:32 +02:00
parent 76b38f54a5
commit 84affea627
No known key found for this signature in database
GPG Key ID: F5A5D1692277A1E9
96 changed files with 0 additions and 384 deletions

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "changeexpiryjob.h" #include "changeexpiryjob.h"
#include "changeexpiryjob_p.h" #include "changeexpiryjob_p.h"

View File

@ -22,10 +22,6 @@
// -*- c++ -*- // -*- c++ -*-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <dataprovider.h> #include <dataprovider.h>
#include <gpgme++/error.h> #include <gpgme++/error.h>

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <gpgme++/error.h> #include <gpgme++/error.h>
#include "debug.h" #include "debug.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "decryptverifyarchivejob.h" #include "decryptverifyarchivejob.h"
#include "decryptverifyarchivejob_p.h" #include "decryptverifyarchivejob_p.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "decryptverifyjob.h" #include "decryptverifyjob.h"
#include "decryptverifyjob_p.h" #include "decryptverifyjob_p.h"

View File

@ -28,10 +28,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "defaultkeygenerationjob.h" #include "defaultkeygenerationjob.h"
#include "protocol.h" #include "protocol.h"
#include "keygenerationjob.h" #include "keygenerationjob.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "dn.h" #include "dn.h"
#include <gpg-error.h> #include <gpg-error.h>

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "encryptarchivejob.h" #include "encryptarchivejob.h"
#include "encryptarchivejob_p.h" #include "encryptarchivejob_p.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "encryptjob.h" #include "encryptjob.h"
#include "encryptjob_p.h" #include "encryptjob_p.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "filelistdataprovider.h" #include "filelistdataprovider.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "importjob.h" #include "importjob.h"
#include "importjob_p.h" #include "importjob_p.h"

View File

@ -34,10 +34,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "job.h" #include "job.h"
#include "job_p.h" #include "job_p.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "listallkeysjob.h" #include "listallkeysjob.h"
#include "listallkeysjob_p.h" #include "listallkeysjob_p.h"

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "multideletejob.h" #include "multideletejob.h"
#include "protocol.h" #include "protocol.h"
#include "deletejob.h" #include "deletejob.h"

View File

@ -1,7 +1,3 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgme_debug.h" #include "qgpgme_debug.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmeaddexistingsubkeyjob.h" #include "qgpgmeaddexistingsubkeyjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmeadduseridjob.h" #include "qgpgmeadduseridjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmebackend.h" #include "qgpgmebackend.h"
#include "qgpgmegpgcardjob.h" #include "qgpgmegpgcardjob.h"

View File

@ -34,10 +34,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmechangeexpiryjob.h" #include "qgpgmechangeexpiryjob.h"
#include "changeexpiryjob_p.h" #include "changeexpiryjob_p.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmechangeownertrustjob.h" #include "qgpgmechangeownertrustjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmechangepasswdjob.h" #include "qgpgmechangepasswdjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmedecryptjob.h" #include "qgpgmedecryptjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -34,10 +34,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmedecryptverifyarchivejob.h" #include "qgpgmedecryptverifyarchivejob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmedecryptverifyjob.h" #include "qgpgmedecryptverifyjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmedeletejob.h" #include "qgpgmedeletejob.h"
#include <gpgme++/context.h> #include <gpgme++/context.h>

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmedownloadjob.h" #include "qgpgmedownloadjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -34,10 +34,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmeencryptarchivejob.h" #include "qgpgmeencryptarchivejob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -34,10 +34,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmeencryptjob.h" #include "qgpgmeencryptjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -34,10 +34,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmeexportjob.h" #include "qgpgmeexportjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmegpgcardjob.h" #include "qgpgmegpgcardjob.h"
#include <QStringList> #include <QStringList>

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmeimportfromkeyserverjob.h" #include "qgpgmeimportfromkeyserverjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -34,10 +34,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmeimportjob.h" #include "qgpgmeimportjob.h"
#include "importjob_p.h" #include "importjob_p.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmekeyformailboxjob.h" #include "qgpgmekeyformailboxjob.h"
#include "qgpgmekeylistjob.h" #include "qgpgmekeylistjob.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmekeygenerationjob.h" #include "qgpgmekeygenerationjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmekeylistjob.h" #include "qgpgmekeylistjob.h"
#include <gpgme++/key.h> #include <gpgme++/key.h>

View File

@ -34,10 +34,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmelistallkeysjob.h" #include "qgpgmelistallkeysjob.h"
#include "listallkeysjob_p.h" #include "listallkeysjob_p.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmenewcryptoconfig.h" #include "qgpgmenewcryptoconfig.h"
#include <QDebug> #include <QDebug>

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmequickjob.h" #include "qgpgmequickjob.h"
#include <gpgme++/context.h> #include <gpgme++/context.h>

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "qgpgmereceivekeysjob.h" #include "qgpgmereceivekeysjob.h"
#include "util.h" #include "util.h"

View File

@ -34,10 +34,6 @@
#define MAX_CMD_LENGTH 32768 #define MAX_CMD_LENGTH 32768
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmerefreshsmimekeysjob.h" #include "qgpgmerefreshsmimekeysjob.h"
#include "util.h" #include "util.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmerevokekeyjob.h" #include "qgpgmerevokekeyjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmesetprimaryuseridjob.h" #include "qgpgmesetprimaryuseridjob.h"
#include "util.h" #include "util.h"

View File

@ -34,10 +34,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmesignarchivejob.h" #include "qgpgmesignarchivejob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -34,10 +34,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmesignencryptarchivejob.h" #include "qgpgmesignencryptarchivejob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -34,10 +34,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmesignencryptjob.h" #include "qgpgmesignencryptjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmesignjob.h" #include "qgpgmesignjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmesignkeyjob.h" #include "qgpgmesignkeyjob.h"
#include <QDate> #include <QDate>

View File

@ -29,10 +29,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmetofupolicyjob.h" #include "qgpgmetofupolicyjob.h"
#include <gpgme++/context.h> #include <gpgme++/context.h>

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmeverifydetachedjob.h" #include "qgpgmeverifydetachedjob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmeverifyopaquejob.h" #include "qgpgmeverifyopaquejob.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmewkdlookupjob.h" #include "qgpgmewkdlookupjob.h"
#include "qgpgme_debug.h" #include "qgpgme_debug.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmewkdrefreshjob.h" #include "qgpgmewkdrefreshjob.h"
#include "debug.h" #include "debug.h"

View File

@ -29,10 +29,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "qgpgmewkspublishjob.h" #include "qgpgmewkspublishjob.h"
#include <gpgme++/context.h> #include <gpgme++/context.h>

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "signarchivejob.h" #include "signarchivejob.h"
#include "signarchivejob_p.h" #include "signarchivejob_p.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "signencryptarchivejob.h" #include "signencryptarchivejob.h"
#include "signencryptarchivejob_p.h" #include "signencryptarchivejob_p.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "signencryptjob.h" #include "signencryptjob.h"
#include "signencryptjob_p.h" #include "signencryptjob_p.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "signjob.h" #include "signjob.h"
#include "signjob_p.h" #include "signjob_p.h"

View File

@ -32,10 +32,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "threadedjobmixin.h" #include "threadedjobmixin.h"
#include "dataprovider.h" #include "dataprovider.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "util.h" #include "util.h"
#include "cleaner.h" #include "cleaner.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "verifydetachedjob.h" #include "verifydetachedjob.h"
#include "verifydetachedjob_p.h" #include "verifydetachedjob_p.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "verifyopaquejob.h" #include "verifyopaquejob.h"
#include "verifyopaquejob_p.h" #include "verifyopaquejob_p.h"

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "wkdlookupresult.h" #include "wkdlookupresult.h"
#include <gpgme++/data.h> #include <gpgme++/data.h>

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "wkdrefreshjob.h" #include "wkdrefreshjob.h"
#include "wkdrefreshjob_p.h" #include "wkdrefreshjob_p.h"

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <decryptverifyarchivejob.h> #include <decryptverifyarchivejob.h>
#include <protocol.h> #include <protocol.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <protocol.h> #include <protocol.h>
#include <decryptverifyjob.h> #include <decryptverifyjob.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <protocol.h> #include <protocol.h>
#include <encryptarchivejob.h> #include <encryptarchivejob.h>
#include <signencryptarchivejob.h> #include <signencryptarchivejob.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <protocol.h> #include <protocol.h>
#include <encryptjob.h> #include <encryptjob.h>
#include <signencryptjob.h> #include <signencryptjob.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <exportjob.h> #include <exportjob.h>
#include <protocol.h> #include <protocol.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <debug.h> #include <debug.h>
#include <importjob.h> #include <importjob.h>
#include <gpgme++/importresult.h> #include <gpgme++/importresult.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "keyformailboxjob.h" #include "keyformailboxjob.h"
#include "keylistjob.h" #include "keylistjob.h"
#include "protocol.h" #include "protocol.h"

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <gpgme++/importresult.h> #include <gpgme++/importresult.h>
#include <protocol.h> #include <protocol.h>
#include <receivekeysjob.h> #include <receivekeysjob.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <protocol.h> #include <protocol.h>
#include <refreshkeysjob.h> #include <refreshkeysjob.h>
#include <receivekeysjob.h> #include <receivekeysjob.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <protocol.h> #include <protocol.h>
#include <signarchivejob.h> #include <signarchivejob.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <protocol.h> #include <protocol.h>
#include <signjob.h> #include <signjob.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <protocol.h> #include <protocol.h>
#include <verifydetachedjob.h> #include <verifydetachedjob.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <protocol.h> #include <protocol.h>
#include <verifyopaquejob.h> #include <verifyopaquejob.h>

View File

@ -31,10 +31,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <protocol.h> #include <protocol.h>
#include <wkdrefreshjob.h> #include <wkdrefreshjob.h>

View File

@ -29,10 +29,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "t-support.h" #include "t-support.h"
#include "addexistingsubkeyjob.h" #include "addexistingsubkeyjob.h"

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "t-support.h" #include "t-support.h"
#include "changeexpiryjob.h" #include "changeexpiryjob.h"

View File

@ -29,10 +29,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <QDebug> #include <QDebug>
#include <QTest> #include <QTest>
#include <QTemporaryDir> #include <QTemporaryDir>

View File

@ -31,10 +31,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "t-support.h" #include "t-support.h"
#include <protocol.h> #include <protocol.h>

View File

@ -29,10 +29,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <QDebug> #include <QDebug>
#include <QTest> #include <QTest>
#include <QTemporaryDir> #include <QTemporaryDir>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "t-support.h" #include "t-support.h"
#include <gpgme++/context.h> #include <gpgme++/context.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <QDebug> #include <QDebug>
#include <QTest> #include <QTest>
#include <QSignalSpy> #include <QSignalSpy>

View File

@ -29,10 +29,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <QDebug> #include <QDebug>
#include <QTest> #include <QTest>
#include <QSignalSpy> #include <QSignalSpy>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <QDebug> #include <QDebug>
#include <QTest> #include <QTest>
#include <QSignalSpy> #include <QSignalSpy>

View File

@ -31,10 +31,6 @@
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <QDebug> #include <QDebug>
#include <QTest> #include <QTest>
#include <QSignalSpy> #include <QSignalSpy>

View File

@ -29,10 +29,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "t-support.h" #include "t-support.h"
#include <protocol.h> #include <protocol.h>

View File

@ -29,10 +29,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "t-support.h" #include "t-support.h"
#include <keylistjob.h> #include <keylistjob.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "t-support.h" #include "t-support.h"
#include "importjob.h" #include "importjob.h"

View File

@ -29,10 +29,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <QDebug> #include <QDebug>
#include <QTest> #include <QTest>
#include <QTemporaryDir> #include <QTemporaryDir>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "t-support.h" #include "t-support.h"
#include <gpgme++/context.h> #include <gpgme++/context.h>

View File

@ -30,10 +30,6 @@
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <QDebug> #include <QDebug>
#include <QTest> #include <QTest>
#include <QSignalSpy> #include <QSignalSpy>

View File

@ -29,10 +29,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <QDebug> #include <QDebug>
#include <QTest> #include <QTest>

View File

@ -29,10 +29,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "t-support.h" #include "t-support.h"
#include <gpgme++/data.h> #include <gpgme++/data.h>

View File

@ -29,10 +29,6 @@
you do not wish to do so, delete this exception statement from you do not wish to do so, delete this exception statement from
your version. your version.
*/ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <QDebug> #include <QDebug>
#include <QTest> #include <QTest>
#include <QSignalSpy> #include <QSignalSpy>