Remove unneeded QStringList forward declarations

Fixes build issue with Qt6, for which QStringList is now a
QList<QString>.

Task-number: QTCREATORBUG-24098
Change-Id: I0c81aa5bae413b836dbedea0bb6117b46f6f24c2
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2020-09-28 16:17:44 +02:00
parent 07851d0e44
commit 4dc9d92b1e
21 changed files with 6 additions and 47 deletions

View File

@@ -55,8 +55,6 @@ namespace ClangBackEnd {
class ProjectManagementServerInterface;
}
QT_FORWARD_DECLARE_CLASS(QStringList)
#include <vector>
namespace ClangPchManager {