~ubuntu-branches/ubuntu/utopic/qtcreator-plugin-ubuntu/utopic-proposed

« back to all changes in this revision

Viewing changes to src/ubuntu/ubuntuprojectmanager.h

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2014-03-13 19:09:59 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140313190959-68zlfowwqzaw7hm7
Tags: 3.0.1-0ubuntu3
Rebuild against Qt 5.2 and QtWebKit 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    UbuntuProjectManager();
57
57
    virtual QString mimeType() const;
58
58
 
59
 
    ProjectExplorer::Project* openProject(const QString &fileName, QString *errorString);
 
59
    ProjectExplorer::Project* openProject(const QString &filePath, QString *errorString);
60
60
    void registerProject(UbuntuProject *project);
61
61
    void unregisterProject(UbuntuProject *project);
62
62