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:
parent
76b38f54a5
commit
84affea627
@ -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"
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "qgpgme_debug.h"
|
#include "qgpgme_debug.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -31,10 +31,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QTest>
|
#include <QTest>
|
||||||
#include <QSignalSpy>
|
#include <QSignalSpy>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user