qt: Remove superfluous include

* lang/qt/src/importjob.h: Remove include of QByteArray.
--

QByteArray is included by other headers already. Besides: Qt headers
shouldn't be included with the package/module prefixes.
This commit is contained in:
Ingo Klöcker 2022-01-17 14:44:57 +01:00
parent 9c03bde06b
commit ec71eb1d7d

View File

@ -38,8 +38,6 @@
#include "abstractimportjob.h"
#include "qgpgme_export.h"
#include <QtCore/QByteArray>
#ifdef BUILDING_QGPGME
# include <key.h>
#else