C++: Enable runtime lookup debug...

... by setting the environment variable QTC_LOOKUPCONTEXT_DEBUG

Change-Id: Ia46f55b2989129d5327d894734b6ea9c77c3e0ac
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Orgad Shaneh
2014-04-17 15:09:24 +03:00
committed by Orgad Shaneh
parent 252048ef01
commit b84611e199
4 changed files with 52 additions and 65 deletions

View File

@@ -178,10 +178,8 @@ private:
Subst &_subst;
};
#ifdef DEBUG_LOOKUP
public:
const Name *_name;
#endif // DEBUG_LOOKUP
const Name *_name; // For debug
friend class CreateBindings;
};