Show
Ignore:
Timestamp:
08/10/08 13:20:07 (5 months ago)
Author:
liamstask
Message:

- add compareConfigFile() to determine when we need to re-write the config file
- add tests for it

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mcbuilder/trunk/include/Builder.h

    r799 r800  
    6969  bool createMakefile(QString projectPath); 
    7070  bool createConfigFile(QString projectPath); 
     71  bool compareConfigFile(QString projectPath); 
    7172  bool matchErrorOrWarning(QString msg); 
    7273  bool matchInFunction(QString msg);