mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 00:50:40 +00:00
Add a va_stdafx.h #defining QT_NAMESPACE to empty
* VAX can get confused by the QT_NAMESPACE macro, and if it thinks Qt objects are inside a QT_NAMESPACE namespace then various things will break but most commonly the ui objects inside that namespace won't be picked up properly. * See https://forums.wholetomato.com/forum/topic.asp?TOPIC_ID=12573
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// This macro confuses Visual Assist a lot which can lead to a lot of different problems,
|
||||
// including refactoring adding QT_NAMESPACE onto classes like QString, and Ui classes
|
||||
// not being found properly.
|
||||
|
||||
#define QT_NAMESPACE
|
||||
Reference in New Issue
Block a user