diff options
author | hjk <qthjk@ovi.com> | 2013-01-03 17:22:19 +0100 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@digia.com> | 2013-01-11 11:38:11 +0100 |
commit | b934cc196cdf8d82cc71633cf13bf2e579940b56 (patch) | |
tree | 3f613e70435648ab647d072bb35a1bc24b84b8a2 /src/libs/cplusplus/PreprocessorClient.h | |
parent | 40eecd87c94f7cf8aaaacf636b2efb8238ca4d31 (diff) | |
download | qt-creator-b934cc196cdf8d82cc71633cf13bf2e579940b56.tar.gz |
C++: pass #include_next down to CppPreprocessor::tryIncludeFile
This does not yet resolve the file using the proper mechanism.
Change-Id: I04913e8b01ae0c3411961f0c1cffe07202f06a0a
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/libs/cplusplus/PreprocessorClient.h')
-rw-r--r-- | src/libs/cplusplus/PreprocessorClient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/cplusplus/PreprocessorClient.h b/src/libs/cplusplus/PreprocessorClient.h index 05727ee5f4..f7e9932dd2 100644 --- a/src/libs/cplusplus/PreprocessorClient.h +++ b/src/libs/cplusplus/PreprocessorClient.h @@ -68,7 +68,8 @@ class CPLUSPLUS_EXPORT Client public: enum IncludeType { IncludeLocal, - IncludeGlobal + IncludeGlobal, + IncludeNext }; public: |