qt: Add #include <QStringList> needed for building against qt6
* lang/qt/src/downloadjob.h, lang/qt/src/exportjob.h, lang/qt/src/keylistjob.h lang/qt/src/refreshkeysjob.h: in qt6 we need to use #include <QStringList> -- It fixes some compile qt6 compile error. Signed-off-by: Laurent Montel <montel@kde.org>
This commit is contained in:
parent
6e45da30ae
commit
d42323f902
@ -38,6 +38,7 @@
|
||||
#include "job.h"
|
||||
|
||||
#include <QtCore/QByteArray>
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
#include <memory>
|
||||
|
||||
@ -46,7 +47,6 @@ namespace GpgME
|
||||
class Error;
|
||||
}
|
||||
|
||||
class QStringList;
|
||||
class QIODevice;
|
||||
class QByteArray;
|
||||
|
||||
|
@ -39,14 +39,13 @@
|
||||
#include "job.h"
|
||||
|
||||
#include <QtCore/QByteArray>
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
namespace GpgME
|
||||
{
|
||||
class Error;
|
||||
}
|
||||
|
||||
class QStringList;
|
||||
|
||||
namespace QGpgME
|
||||
{
|
||||
|
||||
|
@ -44,6 +44,8 @@
|
||||
# include <gpgme++/key.h>
|
||||
#endif
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace GpgME
|
||||
@ -52,8 +54,6 @@ class Error;
|
||||
class KeyListResult;
|
||||
}
|
||||
|
||||
class QStringList;
|
||||
|
||||
namespace QGpgME
|
||||
{
|
||||
|
||||
|
@ -38,6 +38,8 @@
|
||||
#include "job.h"
|
||||
#include "qgpgme_export.h"
|
||||
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace GpgME
|
||||
@ -46,8 +48,6 @@ class Error;
|
||||
class Key;
|
||||
}
|
||||
|
||||
class QStringList;
|
||||
|
||||
namespace QGpgME
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user