~ubuntu-branches/ubuntu/utopic/kdevplatform/utopic-proposed

« back to all changes in this revision

Viewing changes to language/codegen/coderepresentation.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2014-08-30 03:52:11 UTC
  • mfrom: (0.3.26)
  • Revision ID: package-import@ubuntu.com-20140830035211-wndqlc843eu2v8nk
Tags: 1.7.0-0ubuntu1
* New upstream release
* Add XS-Testsuite: autopkgtest

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
      * Returns the specified name as a url for aritificial source code
75
75
      * suitable for code being inserted into the parser
76
76
      */
77
 
    static KUrl artificialUrl(const QString & name);
 
77
    static QString artificialPath(const QString & name);
78
78
 
79
79
    typedef KSharedPtr<CodeRepresentation> Ptr;
80
80
};