forked from qt-creator/qt-creator
Snippets: Replace forward declaration by include
Avoid issues with QXmlStream* classes on Mac. Reviewed-by: con
This commit is contained in:
@@ -35,8 +35,7 @@
|
||||
#include <QtCore/QVector>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtCore/QHash>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QXmlStreamWriter)
|
||||
#include <QtCore/QXmlStreamWriter>
|
||||
|
||||
namespace TextEditor {
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user