forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -68,7 +68,8 @@ class CPLUSPLUS_EXPORT Client
|
||||
public:
|
||||
enum IncludeType {
|
||||
IncludeLocal,
|
||||
IncludeGlobal
|
||||
IncludeGlobal,
|
||||
IncludeNext
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user