~zeller-benjamin/qtcreator-plugin-ubuntu/displayvar

« back to all changes in this revision

Viewing changes to src/ubuntu/ubuntuprojectfile.h

  • Committer: Benjamin Zeller
  • Date: 2016-07-20 14:56:52 UTC
  • Revision ID: benjamin.zeller@canonical.com-20160720145652-43u3qokds5otu7l2
- Make QtC-P-U actually compile against Qt 4.1 beta

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    ~UbuntuProjectFile() {}
48
48
 
49
49
    bool save(QString *errorString, const QString &fileName, bool autoSave) override;
50
 
 
51
 
    QString defaultPath() const override;
52
 
    QString suggestedFileName() const override;
53
 
 
54
50
    bool isModified() const override;
55
51
    bool isSaveAsAllowed() const override;
56
52