forked from qt-creator/qt-creator
Nicer implementation of Document::lastVisibleSymbolAt().
This commit is contained in:
@@ -314,9 +314,6 @@ public:
|
||||
const MacroUse *findMacroUseAt(unsigned offset) const;
|
||||
const UndefinedMacroUse *findUndefinedMacroUseAt(unsigned offset) const;
|
||||
|
||||
private:
|
||||
Symbol *lastVisibleSymbolAt(unsigned line, unsigned column, Scope *scope) const;
|
||||
|
||||
private:
|
||||
QString _fileName;
|
||||
Control *_control;
|
||||
|
||||
Reference in New Issue
Block a user