| 29 | using namespace SigDigger; |
| 30 | |
| 31 | ProgressBarDelegate::ProgressBarDelegate(QObject *parent) |
| 32 | : QStyledItemDelegate(parent) |
| 33 | { |
| 34 | } |
| 35 | |
| 36 | void |
| 37 | ProgressBarDelegate::paint( |
nothing calls this directly
no outgoing calls
no test coverage detected