MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / ProgressBarDelegate

Method ProgressBarDelegate

Components/BackgroundTasksDialog.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29using namespace SigDigger;
30
31ProgressBarDelegate::ProgressBarDelegate(QObject *parent)
32 : QStyledItemDelegate(parent)
33{
34}
35
36void
37ProgressBarDelegate::paint(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected