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

Class UpdateView

src/RedisView/AppView/UpdateSystem.h:45–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45class UpdateView : public QWidget {
46 Q_OBJECT
47
48public:
49 UpdateView();
50
51private slots:
52 // 检查更新接口,菜单项函数
53 void noupdate();
54
55private:
56 Updater _updater;
57 QLabel *_nativeLabel;
58 QTimer *_timer;
59};
60
61#endif // UPDATESYSTEM_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected