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

« back to all changes in this revision

Viewing changes to completion/context.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:
73
73
     * @warning The du-chain must be unlocked when this is called.
74
74
     * */
75
75
    CodeCompletionContext(KDevelop::DUContextPointer context, const QString& text,
76
 
                          const QString& followingText, const KDevelop::SimpleCursor& position,
 
76
                          const QString& followingText, const KDevelop::CursorInRevision& position,
77
77
                          int depth = 0);
78
78
    ~CodeCompletionContext();
79
79
 
133
133
     *       it afterwards. Probably you don't want to do that anyway.
134
134
     *       Hence always return after creating the parent.
135
135
     */
136
 
    CodeCompletionContext(KDevelop::DUContextPointer context, const KDevelop::SimpleCursor& position,
 
136
    CodeCompletionContext(KDevelop::DUContextPointer context, const KDevelop::CursorInRevision& position,
137
137
                            TokenAccess& lastToken, const int depth);
138
138
 
139
139
    /**