forked from qt-creator/qt-creator
Restore the old behaviour when switching between function declaration/definition symbols.
That is, we don't look at the column position anymore when searching the function under cursor.
This commit is contained in:
@@ -91,8 +91,8 @@ public:
|
||||
QList<Macro> definedMacros() const
|
||||
{ return _definedMacros; }
|
||||
|
||||
Symbol *lastVisibleSymbolAt(unsigned line, unsigned column) const;
|
||||
Scope *scopeAt(unsigned line, unsigned column);
|
||||
Symbol *lastVisibleSymbolAt(unsigned line, unsigned column = 0) const;
|
||||
Scope *scopeAt(unsigned line, unsigned column = 0);
|
||||
|
||||
QByteArray source() const;
|
||||
void setSource(const QByteArray &source);
|
||||
|
||||
Reference in New Issue
Block a user