MCPcopy Create free account
hub / github.com/cc20110101/RedisView / UpdateWidget

Method UpdateWidget

src/RedisView/AppView/UpdateSystem.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86UpdateWidget::UpdateWidget(Updater *updater, QWidget *parent)
87 : QWidget(parent), _updater(updater) {
88 _elapsed = 0;
89 setFixedSize(300, 300);
90}
91
92void UpdateWidget::animate() {
93 _elapsed = (_elapsed + qobject_cast<QTimer *>(sender())->interval()) % 1000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected