forked from qt-creator/qt-creator
Improved the semantic search for class declarations.
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
||||
|
||||
protected:
|
||||
QString matchingLine(const CPlusPlus::Token &tk) const;
|
||||
void reportResult(unsigned tokenIndex);
|
||||
void reportResult(unsigned tokenIndex, int offset, int len);
|
||||
};
|
||||
|
||||
class SemanticSearchFactory
|
||||
|
||||
Reference in New Issue
Block a user