Introduced editors for .files and .includes files.

This commit is contained in:
Roberto Raggi
2009-03-16 11:08:07 +01:00
parent 8c83a8f7f2
commit 7c537a81ff
12 changed files with 366 additions and 11 deletions

View File

@@ -106,6 +106,8 @@ protected:
private:
void parseProject();
QStringList readLines(const QString &absoluteFileName) const;
Manager *_manager;
QString _fileName;
GenericProjectFile *_file;