~ubuntu-branches/ubuntu/utopic/kdevelop-php/utopic

« back to all changes in this revision

Viewing changes to duchain/navigation/magicconstantnavigationcontext.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-20 14:59:02 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101220145902-a6cmovse1qmue52p
Tags: 1.1.80-0ubuntu1
* New upstream release
* Build-dep on kdevplatform >= 1.1.80
* Get rid of l10n packages, not relevant in Ubuntu, put locale files into main package

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    virtual QString name() const;
32
32
    virtual QString html(bool shorten = false);
33
33
private:
34
 
    KDevelop::SimpleCursor m_position;
 
34
    KDevelop::CursorInRevision m_position;
35
35
    QString m_constant;
36
36
};
37
37