forked from qt-creator/qt-creator
qmljseditor: remove unused qdebug imports
Change-Id: I233564dc459453234f3e8594fc560d5b71481dee Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
@@ -59,7 +59,6 @@
|
||||
#include <QFile>
|
||||
#include <QFileInfo>
|
||||
#include <QDir>
|
||||
#include <QDebug>
|
||||
#include <QtAlgorithms>
|
||||
#include <QDirIterator>
|
||||
#include <QStringList>
|
||||
@@ -701,7 +700,7 @@ IAssistProposal *QmlJSCompletionAssistProcessor::perform(const IAssistInterface
|
||||
ValueOwner *interp = context->valueOwner();
|
||||
const Value *value =
|
||||
interp->convertToObject(scopeChain.evaluate(expression));
|
||||
//qDebug() << "type:" << interp->typeId(value);
|
||||
//qCDebug(qmljsLog) << "type:" << interp->typeId(value);
|
||||
|
||||
if (value && completionOperator == QLatin1Char('.')) { // member completion
|
||||
ProcessProperties processProperties(&scopeChain);
|
||||
|
||||
@@ -68,7 +68,6 @@
|
||||
#include <utils/json.h>
|
||||
|
||||
#include <QtPlugin>
|
||||
#include <QDebug>
|
||||
#include <QSettings>
|
||||
#include <QDir>
|
||||
#include <QCoreApplication>
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
|
||||
#include <QSet>
|
||||
#include <QtAlgorithms>
|
||||
#include <QDebug>
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
#include <coreplugin/idocument.h>
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
|
||||
#include <QDebug>
|
||||
#include <QSettings>
|
||||
#include <QAction>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
@@ -39,8 +39,6 @@
|
||||
#include <QMessageBox>
|
||||
#include <QApplication>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
namespace QmlJSEditor {
|
||||
namespace Internal {
|
||||
|
||||
|
||||
@@ -38,8 +38,6 @@
|
||||
#include <qmljs/qmljsmodelmanagerinterface.h>
|
||||
#include <qmljs/parser/qmljsast_p.h>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
using namespace QmlJS;
|
||||
using namespace QmlJS::AST;
|
||||
using namespace QmlJSTools;
|
||||
|
||||
Reference in New Issue
Block a user