| 35 | } |
| 36 | |
| 37 | int GM_SettingsListDelegate::padding() const |
| 38 | { |
| 39 | return m_padding; |
| 40 | } |
| 41 | |
| 42 | void GM_SettingsListDelegate::paint(QPainter* painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| 43 | { |
no outgoing calls
no test coverage detected