forked from qt-creator/qt-creator
Exported header cleanup.
This commit is contained in:
@@ -34,21 +34,19 @@
|
||||
#ifndef QMLJSICONTEXTPANE_H
|
||||
#define QMLJSICONTEXTPANE_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QtCore/QObject>
|
||||
|
||||
#include "qmljs_global.h"
|
||||
|
||||
#include <qmljs/parser/qmljsastfwd_p.h>
|
||||
#include <qmljs/qmljslookupcontext.h>
|
||||
|
||||
|
||||
namespace TextEditor {
|
||||
|
||||
class BaseTextEditorEditable;
|
||||
|
||||
} //TextEditor
|
||||
|
||||
namespace QmlJS {
|
||||
|
||||
|
||||
class QMLJS_EXPORT IContextPane : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user