Add optional output file for qrenderdoc unit tests

This commit is contained in:
baldurk
2020-06-11 17:09:16 +01:00
parent d1f4a47cd5
commit 36d74b32b9
6 changed files with 47 additions and 31 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public:
rdcarray<rdcpair<rdcstr, PyObject *>> &args);
static void FreePyArgs(rdcarray<rdcpair<rdcstr, PyObject *>> &args);
bool CheckInterfaces();
bool CheckInterfaces(rdcstr &log);
QString versionString();