forked from qt-creator/qt-creator
QmlJS: Remove Interpreter namespace.
The distinction between QmlJS and QmlJS::Interpreter has always been weak and the extra namespace just added an unnecessary complication. Change-Id: I4db8ef4bd91b5f6bf610a9d23fdbf55bd60250fc Reviewed-on: http://codereview.qt.nokia.com/2743 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
@@ -48,10 +48,8 @@
|
||||
#include <QtGui/QIcon>
|
||||
|
||||
namespace QmlJS {
|
||||
namespace Interpreter {
|
||||
class Value;
|
||||
}
|
||||
}
|
||||
|
||||
namespace QmlJSEditor {
|
||||
namespace Internal {
|
||||
@@ -115,12 +113,12 @@ private:
|
||||
const QIcon &icon,
|
||||
int order,
|
||||
const QVariant &data = QVariant());
|
||||
void addCompletions(const QHash<QString, const QmlJS::Interpreter::Value *> &newCompletions,
|
||||
void addCompletions(const QHash<QString, const QmlJS::Value *> &newCompletions,
|
||||
const QIcon &icon,
|
||||
int order);
|
||||
void addCompletions(const QStringList &newCompletions, const QIcon &icon, int order);
|
||||
void addCompletionsPropertyLhs(const QHash<QString,
|
||||
const QmlJS::Interpreter::Value *> &newCompletions,
|
||||
const QmlJS::Value *> &newCompletions,
|
||||
const QIcon &icon,
|
||||
int order,
|
||||
bool afterOn);
|
||||
|
||||
Reference in New Issue
Block a user