~ubuntu-branches/ubuntu/saucy/kdevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to projectbuilders/makebuilder/makebuilderpreferences.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-09-10 08:23:02 UTC
  • mfrom: (1.7.14)
  • Revision ID: package-import@ubuntu.com-20120910082302-o52tqtf27wc1dakk
Tags: 4:4.3.90-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    void load();
41
41
    void save();
42
42
    void defaults();
43
 
    
 
43
 
44
44
    static QString standardMakeComannd();
45
 
    
 
45
 
46
46
private:
47
47
    Ui::MakeConfig* m_prefsUi;
48
48
};