tools/qdoc3/javacodemarker.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   153                                         Status /* status */)
   153                                         Status /* status */)
   154 {
   154 {
   155     return QList<Section>();
   155     return QList<Section>();
   156 }
   156 }
   157 
   157 
   158 const Node *JavaCodeMarker::resolveTarget(const QString &target, const Tree *tree,
   158 const Node *JavaCodeMarker::resolveTarget(const QString &target,
   159 					  const Node *relative)
   159                                           const Tree *tree,
       
   160 					  const Node *relative,
       
   161                                           const Node* /* self */)
   160 {
   162 {
   161     if (target.endsWith("()")) {
   163     if (target.endsWith("()")) {
   162         const FunctionNode *func;
   164         const FunctionNode *func;
   163         QString funcName = target;
   165         QString funcName = target;
   164         funcName.chop(2);
   166         funcName.chop(2);