X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gui%2Fapicalldelegate.h;h=18c8b33ac519d56367b1340686dc9208307f4816;hb=c8695f74ce1ee6a93dee4b3f7da5a70a64706c82;hp=a29a1784d6dc6560f751e0dae8fba7f26c4bd96e;hpb=f6667d1331849a8534ead1c653ab4a1aeaeddcc8;p=apitrace diff --git a/gui/apicalldelegate.h b/gui/apicalldelegate.h index a29a178..18c8b33 100644 --- a/gui/apicalldelegate.h +++ b/gui/apicalldelegate.h @@ -14,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