forked from qt-creator/qt-creator
Removed module names from #include directives.
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
#include "qmlerror.h"
|
||||
bool Qml_isFileCaseCorrect(const QString &) { return true; }
|
||||
|
||||
#include <QtCore/QTextStream>
|
||||
#include <QtCore/QFile>
|
||||
#include <QtCore/QtDebug>
|
||||
#include <QTextStream>
|
||||
#include <QFile>
|
||||
#include <QtDebug>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
// We mean it.
|
||||
//
|
||||
|
||||
#include <QtCore/QUrl>
|
||||
#include <QtCore/QHash>
|
||||
#include <QUrl>
|
||||
#include <QHash>
|
||||
|
||||
#include "qmljsglobal_p.h"
|
||||
|
||||
|
||||
@@ -32,9 +32,9 @@
|
||||
|
||||
#include "qmlerror.h"
|
||||
|
||||
#include <QtCore/qdebug.h>
|
||||
#include <QtCore/qfile.h>
|
||||
#include <QtCore/qstringlist.h>
|
||||
#include <qdebug.h>
|
||||
#include <qfile.h>
|
||||
#include <qstringlist.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
#ifndef QMLERROR_H
|
||||
#define QMLERROR_H
|
||||
|
||||
#include <QtCore/qurl.h>
|
||||
#include <QtCore/qstring.h>
|
||||
#include <qurl.h>
|
||||
#include <qstring.h>
|
||||
|
||||
QT_BEGIN_HEADER
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#include "qmljsglobal_p.h"
|
||||
#include "qmljsmemorypool_p.h"
|
||||
|
||||
#include <QtCore/QString>
|
||||
#include <QString>
|
||||
|
||||
QT_QML_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
#include "qmljsglobal_p.h"
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <qglobal.h>
|
||||
|
||||
//
|
||||
// W A R N I N G
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#ifndef QMLJSGLOBAL_P_H
|
||||
#define QMLJSGLOBAL_P_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <qglobal.h>
|
||||
|
||||
#ifdef QT_CREATOR
|
||||
# define QT_QML_BEGIN_NAMESPACE
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#define QMLJSGRAMMAR_P_H
|
||||
|
||||
#include "qmljsglobal_p.h"
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <qglobal.h>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
@@ -34,9 +34,9 @@
|
||||
#include "qmljsengine_p.h"
|
||||
#include "qmljsmemorypool_p.h"
|
||||
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtCore/QVarLengthArray>
|
||||
#include <QtCore/QDebug>
|
||||
#include <QCoreApplication>
|
||||
#include <QVarLengthArray>
|
||||
#include <QDebug>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
Q_CORE_EXPORT double qstrtod(const char *s00, char const **se, bool *ok);
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
#include "qmljsglobal_p.h"
|
||||
#include "qmljsgrammar_p.h"
|
||||
#include <QtCore/QString>
|
||||
#include <QString>
|
||||
|
||||
QT_QML_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
@@ -46,9 +46,9 @@
|
||||
|
||||
#include "qmljsglobal_p.h"
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
#include <QtCore/qshareddata.h>
|
||||
#include <QtCore/qdebug.h>
|
||||
#include <qglobal.h>
|
||||
#include <qshareddata.h>
|
||||
#include <qdebug.h>
|
||||
|
||||
#include <cstring>
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
**
|
||||
**************************************************************************/
|
||||
|
||||
#include <QtCore/QtDebug>
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtDebug>
|
||||
#include <QCoreApplication>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -55,8 +55,8 @@
|
||||
#include "qmljsast_p.h"
|
||||
#include "qmljsengine_p.h"
|
||||
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QString>
|
||||
#include <QList>
|
||||
#include <QString>
|
||||
|
||||
QT_QML_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user