~ubuntu-branches/ubuntu/quantal/kdevelop-php/quantal-proposed

« back to all changes in this revision

Viewing changes to duchain/declarations/classdeclaration.h

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2010-03-14 10:19:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100314101934-d24i8t1niai087ul
Tags: 1.0.0~beta4-1
New upstream release. (Closes: #573811)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
    virtual QString toString() const;
61
61
 
62
 
    void setPrettyName(const QString& name);
63
 
    QString prettyName() const;
 
62
    void setPrettyName(const KDevelop::IndexedString& name);
 
63
    KDevelop::IndexedString prettyName() const;
 
64
 
 
65
    virtual void setInSymbolTable(bool inSymbolTable);
64
66
 
65
67
    enum {
66
68
        Identity = 85