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

List:       kde-commits
Subject:    KDE/kdevplatform/language/duchain
From:       David Nolden <david.nolden.kde () art-master ! de>
Date:       2008-05-31 22:52:10
Message-ID: 1212274330.835819.20826.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 815015 by zwabel:

Remove unused stuff



 M  +3 -12     classfunctiondeclaration.h  


--- trunk/KDE/kdevplatform/language/duchain/classfunctiondeclaration.h #815014:815015
@@ -50,21 +50,12 @@
   bool isConstructor() const;
   bool isDestructor() const;
   bool isConversionFunction() const;
+//  bool isExternalDefinition() const; //Whether this declaration is an external \
definition of a class-member(Mainly for C++)  
+  void setIsExternalDefinition(bool);
+
   virtual QString toString() const;
-  /**
-   * Returns the default-parameters that are set. The last default-parameter matches \
                the last
-   * argument of the function, but the returned list will only contain \
                default-values for those
-   * arguments that have one, for performance-reasons.
-   *
-   * So the list may be empty or smaller than the list of function-arguments.
-   * */
-  const QList<QString>& defaultParameters() const;
 
-  void addDefaultParameter(const QString& str);
-
-  //bool isSimilar(KDevelop::CodeItem *other, bool strict = true) const;
-
   virtual void setAbstractType(AbstractType::Ptr type);
 
   virtual Declaration* clone() const;


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

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