]> git.cworth.org Git - apitrace/blobdiff - gui/apicalldelegate.h
Update downloads link.
[apitrace] / gui / apicalldelegate.h
index 03298399221c7c5dd1a85e1f790b8662d910544d..18c8b33ac519d56367b1340686dc9208307f4816 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef APICALLDELEGATE_H
 #define APICALLDELEGATE_H
 
-
-
 #include <QStyledItemDelegate>
 
 class ApiCallDelegate : public QStyledItemDelegate
@@ -16,6 +14,11 @@ public:
                const QModelIndex &index) const;
     QSize sizeHint(const QStyleOptionViewItem &option,
                    const QModelIndex &index) const;
+
+private:
+    QIcon m_stateEmblem;
+    QIcon m_editEmblem;
+    QIcon m_errorEmblem;
 };
 
 #endif