ProFileParser => QMakeParser

more natural name

Change-Id: I38d2a2fc785686aa5777afe41452b53f2c24adf8
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Oswald Buddenhagen
2012-05-02 15:39:02 +02:00
parent 24f24c4546
commit 888c187dd5
14 changed files with 60 additions and 60 deletions

View File

@@ -1190,7 +1190,7 @@ void Qt4PriFileNode::changeFiles(const FileType fileType,
}
QtSupport::ProMessageHandler handler;
ProFileParser parser(0, &handler);
QMakeParser parser(0, &handler);
includeFile = parser.parsedProBlock(m_projectFilePath, contents);
}