]> git.cworth.org Git - apitrace/blobdiff - gui/mainwindow.h
Add code to interpret and display binary vertex data.
[apitrace] / gui / mainwindow.h
index 9d0c15e49b851d4f1306cd13fd8953f806a644e4..78a8d6f55383e31a6d2111d1a7249bb77910b744 100644 (file)
@@ -15,6 +15,7 @@ class QLineEdit;
 class QModelIndex;
 class QProgressBar;
 class Retracer;
+class VertexDataInterpreter;
 
 namespace QJson {
     class Parser;
@@ -67,6 +68,8 @@ private:
     QJson::Parser *m_jsonParser;
 
     Retracer *m_retracer;
+
+    VertexDataInterpreter *m_vdataInterpreter;
 };