forked from qt-creator/qt-creator
qmljs: switch to the new category logging
Change-Id: Id4e43779590939e9d6dd2d0dab536f70e721f097 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
committed by
Kai Koehne
parent
b204c4dba2
commit
4dc438db5e
@@ -29,7 +29,6 @@
|
||||
|
||||
#include "qmljscompletioncontextfinder.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QTextDocument>
|
||||
#include <QStringList>
|
||||
|
||||
@@ -130,7 +129,7 @@ void CompletionContextFinder::checkBinding()
|
||||
{
|
||||
YY_SAVE();
|
||||
|
||||
//qDebug() << "Start line:" << *yyLine << m_startTokenIndex;
|
||||
//qCDebug(qmljsLog) << "Start line:" << *yyLine << m_startTokenIndex;
|
||||
|
||||
int i = m_startTokenIndex;
|
||||
int colonCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user