Page MenuHome GnuPG

qt: Add #include <QStringList> needed for building against qt6
ClosedPublic

Authored by mlaurent on Jun 29 2022, 7:08 AM.

Details

Summary
  • 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>

Test Plan

compile + launch test

Diff Detail

Repository
rM GPGME
Branch
add_missing_include_qt6
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

mlaurent created this revision.

You have not yet sent a signed DCO to gnupg-devel@gnupg.org (or it's stuck in the moderation queue). Moreover, you do not seem to have signed off your commit.

I think it's best if you send your patches to gnupg-devel@gnupg.org instead of using dev.gnupg.org. Phabricator makes it too difficult to apply your commits.

Sorry. Just saw that you have signed off your commit.

You have not yet sent a signed DCO to gnupg-devel@gnupg.org (or it's stuck in the moderation queue). Moreover, you do not seem to have signed off your commit.

I think it's best if you send your patches to gnupg-devel@gnupg.org instead of using dev.gnupg.org. Phabricator makes it too difficult to apply your commits.

Ok I will send them to gnupg-devel@gnupg.org

This revision is now accepted and ready to land.Jul 4 2022, 5:14 PM