~ubuntu-branches/ubuntu/vivid/qtcreator-plugin-ubuntu/vivid

« back to all changes in this revision

Viewing changes to src/ubuntu/ubuntumanifesteditorwidget.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Benjamin Zeller, Bin Li
  • Date: 2015-01-14 11:11:03 UTC
  • mfrom: (1.1.76)
  • Revision ID: package-import@ubuntu.com-20150114111103-b0pvphib2u57vi70
Tags: 3.1.1+15.04.20150114-0ubuntu1
[ Benjamin Zeller ]
* Fix bug lp:1409815 "Manifest file with invalid syntax reported as
  missing" -Automatically update default runconfigurations when the
  manifest file changes (LP: #1409815)

[ Bin Li ]
* Skip the incomplete emulator. Fixes LP: #1409596 (LP: #1409596)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
    static QString createPackageName (const QString &userName, const QString &projectName);
52
52
 
 
53
    virtual void saved() override;
53
54
protected:
54
55
    bool syncToWidgets ();
55
56
    bool syncToWidgets (UbuntuClickManifest *source);