forked from qt-creator/qt-creator
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:
@@ -27,10 +27,6 @@
|
||||
#include "definition.h"
|
||||
#include "theme.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QStringList;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace KSyntaxHighlighting
|
||||
{
|
||||
class ContextSwitch;
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QChar;
|
||||
class QString;
|
||||
class QStringList;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace KSyntaxHighlighting
|
||||
|
||||
@@ -30,10 +30,6 @@
|
||||
|
||||
#include "definitionref_p.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QStringList;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace KSyntaxHighlighting
|
||||
{
|
||||
class Context;
|
||||
|
||||
Reference in New Issue
Block a user