]> git.cworth.org Git - apitrace/blobdiff - gui/apicalldelegate.h
Cleanup the event model code.
[apitrace] / gui / apicalldelegate.h
index a29a1784d6dc6560f751e0dae8fba7f26c4bd96e..525ab8320ad6be475f1d1967b2197a43e6926dcb 100644 (file)
@@ -14,6 +14,9 @@ public:
                const QModelIndex &index) const;
     QSize sizeHint(const QStyleOptionViewItem &option,
                    const QModelIndex &index) const;
+
+private:
+    QIcon m_stateEmblem;
 };
 
 #endif