]> git.cworth.org Git - apitrace/blobdiff - gui/apicalldelegate.h
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / gui / apicalldelegate.h
index 525ab8320ad6be475f1d1967b2197a43e6926dcb..18c8b33ac519d56367b1340686dc9208307f4816 100644 (file)
@@ -17,6 +17,8 @@ public:
 
 private:
     QIcon m_stateEmblem;
+    QIcon m_editEmblem;
+    QIcon m_errorEmblem;
 };
 
 #endif