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
@@ -72,13 +72,13 @@
|
||||
#include <QtCore/QtPlugin>
|
||||
#include <QtCore/QProcessEnvironment>
|
||||
#include <QtCore/QUrl>
|
||||
#include <QtCore/QXmlStreamReader>
|
||||
#include <QtGui/QAction>
|
||||
#include <QtGui/QFileDialog>
|
||||
#include <QtGui/QMainWindow>
|
||||
#include <QtGui/QMenu>
|
||||
#include <QtGui/QMessageBox>
|
||||
#include <QtGui/QInputDialog>
|
||||
#include <QtXml/QXmlStreamReader>
|
||||
#include <limits.h>
|
||||
|
||||
namespace Subversion {
|
||||
|
Reference in New Issue
Block a user