Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34634086
D558.id1527.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
1 KB
Subscribers
None
D558.id1527.diff
View Options
diff --git a/lang/qt/src/downloadjob.h b/lang/qt/src/downloadjob.h
--- a/lang/qt/src/downloadjob.h
+++ b/lang/qt/src/downloadjob.h
@@ -38,6 +38,7 @@
#include "job.h"
#include <QtCore/QByteArray>
+#include <QtCore/QStringList>
#include <memory>
@@ -46,7 +47,6 @@
class Error;
}
-class QStringList;
class QIODevice;
class QByteArray;
diff --git a/lang/qt/src/exportjob.h b/lang/qt/src/exportjob.h
--- a/lang/qt/src/exportjob.h
+++ b/lang/qt/src/exportjob.h
@@ -39,14 +39,13 @@
#include "job.h"
#include <QtCore/QByteArray>
+#include <QtCore/QStringList>
namespace GpgME
{
class Error;
}
-class QStringList;
-
namespace QGpgME
{
diff --git a/lang/qt/src/keylistjob.h b/lang/qt/src/keylistjob.h
--- a/lang/qt/src/keylistjob.h
+++ b/lang/qt/src/keylistjob.h
@@ -44,6 +44,8 @@
# include <gpgme++/key.h>
#endif
+#include <QtCore/QStringList>
+
#include <vector>
namespace GpgME
@@ -52,8 +54,6 @@
class KeyListResult;
}
-class QStringList;
-
namespace QGpgME
{
diff --git a/lang/qt/src/refreshkeysjob.h b/lang/qt/src/refreshkeysjob.h
--- a/lang/qt/src/refreshkeysjob.h
+++ b/lang/qt/src/refreshkeysjob.h
@@ -38,6 +38,8 @@
#include "job.h"
#include "qgpgme_export.h"
+#include <QtCore/QStringList>
+
#include <vector>
namespace GpgME
@@ -46,8 +48,6 @@
class Key;
}
-class QStringList;
-
namespace QGpgME
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 11:46 PM (4 h, 47 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
95/1c/3208a3ef50f10b784c1dee7ad404
Attached To
D558: qt: Add #include <QStringList> needed for building against qt6
Event Timeline
Log In to Comment