forked from qt-creator/qt-creator
C++: Document::functionAt provides line information
Needed for the debugger. Change-Id: I6465f6dc53017df212e403ea8a9a1c7977ac1671 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -101,7 +101,8 @@ public:
|
||||
QList<Macro> definedMacros() const
|
||||
{ return _definedMacros; }
|
||||
|
||||
QString functionAt(int line, int column) const;
|
||||
QString functionAt(int line, int column, int *lineOpeningDeclaratorParenthesis = 0,
|
||||
int *lineClosingBrace = 0) const;
|
||||
Symbol *lastVisibleSymbolAt(unsigned line, unsigned column = 0) const;
|
||||
Scope *scopeAt(unsigned line, unsigned column = 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user