forked from qt-creator/qt-creator
Clang: fix indexing to at least compile
Change-Id: Ife43b0850f61e17af5f2c2e4397c7db6bb12e598 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
committed by
Nikolai Kosjar
parent
580b5d1239
commit
e29324118a
@@ -27,7 +27,6 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "clangsymbolsearcher.h"
|
||||
#include "index.h"
|
||||
|
||||
#include <QStringList>
|
||||
@@ -257,8 +256,8 @@ QList<Symbol> IndexPrivate::symbols(Symbol::Kind kind) const
|
||||
void IndexPrivate::match(ClangSymbolSearcher *searcher) const
|
||||
{
|
||||
QMutexLocker locker(&m_mutex);
|
||||
|
||||
searcher->search(m_container);
|
||||
Q_UNUSED(searcher);
|
||||
// searcher->search(m_container);
|
||||
}
|
||||
|
||||
QList<Symbol> IndexPrivate::symbolsFromIterators(const QList<SymbolIt> &symbolList)
|
||||
|
||||
Reference in New Issue
Block a user