X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=gui%2Fapicalldelegate.h;h=18c8b33ac519d56367b1340686dc9208307f4816;hb=78230ae231f98d445290acc10e71f0e04dfe7dc1;hp=03298399221c7c5dd1a85e1f790b8662d910544d;hpb=18eade5a1b8820633210e4127129a8b14450e13f;p=apitrace diff --git a/gui/apicalldelegate.h b/gui/apicalldelegate.h index 0329839..18c8b33 100644 --- a/gui/apicalldelegate.h +++ b/gui/apicalldelegate.h @@ -1,8 +1,6 @@ #ifndef APICALLDELEGATE_H #define APICALLDELEGATE_H - - #include 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