Header cleanup in src, specify module name.

This commit is contained in:
Friedemann Kleint
2011-01-24 12:29:48 +01:00
parent 2a10a81006
commit edb4893547
109 changed files with 328 additions and 321 deletions

View File

@@ -38,7 +38,7 @@
#include <QtGui/QTextBlock>
#include <QDebug>
#include <QtCore/QDebug>
using namespace QmlJS;
using namespace QmlJS::AST;

View File

@@ -37,7 +37,7 @@
#include <qmljs/parser/qmljsastfwd_p.h>
#include <qmljs/qmljsdocument.h>
#include <QTextCursor>
#include <QtGui/QTextCursor>
namespace QmlJSEditor {
namespace Internal {

View File

@@ -40,7 +40,7 @@
#include <QtGui/QMessageBox>
#include <QtGui/QApplication>
#include <QDebug>
#include <QtCore/QDebug>
namespace QmlJSEditor {
namespace Internal {

View File

@@ -34,7 +34,7 @@
#ifndef QMLJSPREVIEWRUNNER_H
#define QMLJSPREVIEWRUNNER_H
#include <QObject>
#include <QtCore/QObject>
#include <projectexplorer/applicationlauncher.h>

View File

@@ -7,7 +7,7 @@
#include <qmljs/qmljsicons.h>
#include <qmljs/qmljslookupcontext.h>
#include <QStandardItemModel>
#include <QtGui/QStandardItemModel>
namespace QmlJS {
namespace Interpreter {

View File

@@ -38,7 +38,7 @@
#include <projectexplorer/taskhub.h>
#include <qmljs/qmljsmodelmanagerinterface.h>
#include <QDebug>
#include <QtCore/QDebug>
namespace QmlJSEditor {
namespace Internal {

View File

@@ -17,7 +17,8 @@
#include <texteditor/tabsettings.h>
#include <coreplugin/icore.h>
#include <customcolordialog.h>
#include <QDebug>
#include <QtCore/QDebug>
using namespace QmlJS;
using namespace AST;

View File

@@ -1,16 +1,6 @@
#ifndef QUICKTOOLBAR_H
#define QUICKTOOLBAR_H
#include <QLabel>
#include <QToolBar>
#include <QPushButton>
#include <QToolButton>
#include <QGridLayout>
#include <QGroupBox>
#include <QVariant>
#include <QGraphicsDropShadowEffect>
#include <QWeakPointer>
#include <qmljs/qmljsicontextpane.h>
namespace TextEditor {