More cleanup in the CppPreprocessor.

This commit is contained in:
Roberto Raggi
2008-12-08 14:48:51 +01:00
committed by Roberto Raggi
parent 14ddfc455a
commit 02488eebe4
2 changed files with 16 additions and 16 deletions

View File

@@ -133,10 +133,10 @@ private:
}
void ensureUpdated();
QStringList updateProjectFiles() const;
QStringList updateIncludePaths() const;
QStringList updateFrameworkPaths() const;
QByteArray updateDefinedMacros() const;
QStringList internalProjectFiles() const;
QStringList internalIncludePaths() const;
QStringList internalFrameworkPaths() const;
QByteArray internalDefinedMacros() const;
static void parse(QFutureInterface<void> &future,
CppPreprocessor *preproc,