[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevelop/languages/cpp
From:       David Nolden <david.nolden.kde () art-master ! de>
Date:       2008-06-01 8:13:09
Message-ID: 1212307989.877045.5063.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 815093 by zwabel:

Forgot to commit



 M  +1 -1      codecompletioncontext.cpp  


--- trunk/KDE/kdevelop/languages/cpp/codecompletioncontext.cpp #815092:815093
@@ -324,7 +324,7 @@
         IdentifiedType* idType = \
dynamic_cast<IdentifiedType*>(TypeUtils::realType(containerType, \
m_duContext->topContext()));  if( idType ) {
           if( idType->declaration() && idType->declaration()->internalContext() ) {
-            QList<Declaration*> operatorDeclarations = \
idType->declaration()->internalContext()->findLocalDeclarations(QualifiedIdentifier("operator->"));
 +            QList<Declaration*> operatorDeclarations = \
idType->declaration()->internalContext()->findLocalDeclarations(Identifier("operator->"));
  if( !operatorDeclarations.isEmpty() ) {
               ///@todo care about const
               m_expressionResult.allDeclarations = convert(operatorDeclarations);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic