| 1166 | } |
| 1167 | |
| 1168 | void WizMessageListTitleBar::paintEvent(QPaintEvent* ev) |
| 1169 | { |
| 1170 | QStyleOption opt; |
| 1171 | opt.init(this); |
| 1172 | QPainter p(this); |
| 1173 | style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this); |
| 1174 | } |
| 1175 | |
| 1176 | WizMessageSelectorItemDelegate::WizMessageSelectorItemDelegate(QObject* parent) |
| 1177 | : QStyledItemDelegate(parent) |
nothing calls this directly
no test coverage detected