Add a macro that enables qt-compatibility in the renderdoc replay API

* This will be used to remove the ToQStr everywhere (where it's not
  used for actual stringification of enums/structs)
This commit is contained in:
baldurk
2017-08-16 18:28:11 +01:00
parent cfd816d7f3
commit ef84f494a2
13 changed files with 40 additions and 40 deletions
@@ -57,7 +57,6 @@ PyTypeObject **SbkPySide2_QtWidgetsTypes = NULL;
#include <QTimer>
#include "Code/QRDUtils.h"
#include "PythonContext.h"
#include "renderdoc_replay.h"
// defined in SWIG-generated renderdoc_python.cpp
extern "C" PyObject *PyInit__renderdoc(void);