~ubuntu-branches/ubuntu/raring/kdevelop-php/raring

« back to all changes in this revision

Viewing changes to duchain/editorintegrator.cpp

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-01-17 21:17:33 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20120117211733-yiv1fs0rsdx06hcm
Tags: 1.2.81-0ubuntu1
* New upstream release
  - Bump build-dep on kdevelop-pg-qt to 0.9.82
  - Add ${misc:Depends} to kdevelop-php-dbg

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
KDevelop::CursorInRevision EditorIntegrator::findPosition(qint64 token, Edge edge) const
34
34
{
35
 
    const KDevPG::TokenStream::Token& t = m_session->tokenStream()->token(token);
 
35
    const KDevPG::TokenStream::Token& t = m_session->tokenStream()->at(token);
36
36
    return findPosition(t, edge);
37
37
}
38
38