forked from qt-creator/qt-creator
Small include header fixes
QtXmlStream classes live in QtCore, not QtXml. Also add a few headers that are not implicitly included in Qt 5 any more. This greatly eases transition to Qt 5 which not having any side effects on the Qt 4 build. Change-Id: I1293ef4360015b885dcea8c4099e8e5b9e254c91 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
9fe7f65786
commit
f9623b5ad6
@@ -41,6 +41,7 @@ QT_FORWARD_DECLARE_CLASS(QEvent)
|
||||
QT_FORWARD_DECLARE_CLASS(QAction)
|
||||
QT_FORWARD_DECLARE_CLASS(QStackedWidget)
|
||||
QT_FORWARD_DECLARE_CLASS(QFocusEvent)
|
||||
QT_FORWARD_DECLARE_CLASS(QPrinter)
|
||||
|
||||
namespace Help {
|
||||
namespace Internal {
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#define XBELSUPPORT_H
|
||||
|
||||
#include <QtGui/QIcon>
|
||||
#include <QtXml/QXmlStreamReader>
|
||||
#include <QtCore/QXmlStreamReader>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QIODevice)
|
||||
QT_FORWARD_DECLARE_CLASS(QStandardItem)
|
||||
|
||||
Reference in New Issue
Block a user